Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the client version for the client sending the state message. If you don't set this property, a random version will be set.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ClientVersionBase ClientVersion { get; set; }
public:
property ClientVersionBase^ ClientVersion {
ClientVersionBase^ get();
void set(ClientVersionBase^ value);
}
Public Property ClientVersion As ClientVersionBase
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.ClientVersionBase
See Also
ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top