Share via


ConfigMgrInventoryMessage.ClientVersion Property

 

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