ClientVersionBase.MajorVersion Property
Gets or sets the major version for the client. For example, 4 is version 4.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int MajorVersion { get; protected set; }
public:
property int MajorVersion {
int get();
protected: void set(int value);
}
Public Property MajorVersion As Integer
Get
Protected Set
End Property
Property Value
Type: System.Int32
The major version number. For example, 4.
See Also
ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top