Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the client build version. For example, 5760 is build 5760.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int BuildVersion { get; protected set; }
public:
property int BuildVersion {
int get();
protected: void set(int value);
}
Public Property BuildVersion As Integer
Get
Protected Set
End Property
Property Value
Type: System.Int32
The client build version number. For example, 5760.
See Also
ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top