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

Get/Set Major version (i.e. 4 is Version 4)

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

Syntax

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

Field Value

Major version number (4)

See Also