VarFile.BuildNumber Property
Gets or sets the build number that the status message comes from. The default value is the build version of the binary.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ClientVersionBase BuildNumber { get; set; }
public:
property ClientVersionBase^ BuildNumber {
ClientVersionBase^ get();
void set(ClientVersionBase^ value);
}
Public Property BuildNumber As ClientVersionBase
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.ClientVersionBase
See Also
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top