[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get/Set Build version (i.e. 5760 is build 5760)

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
int 
BuildVersion { 
get; 
protected 
set; }
Public 
Property 
BuildVersion 
As 
Integer
	
Get
	
Protected 
Set
public:
property 
int 
BuildVersion {
	
int 
get ();
	
protected: 
void 
set (
int 
value);
}

Field Value

Version number (5760)

See Also