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

Get/Set Misc version (i.e. 0001 is a hotfix release of the build version)

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

Syntax

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

See Also