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

By default report version is 1.0. Can be overridden by inheriting classes

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
string 
ReportVersion { 
get; 
protected 
set; }
Public 
Property 
ReportVersion 
As 
String
	
Get
	
Protected 
Set
public:
property 
String^ 
ReportVersion {
	
String^ 
get ();
	
protected: 
void 
set (
String^ 
value);
}

See Also