Share via


ConfigMgrInventoryMessage.ReportVersion Property

 

Gets or sets the report version. The default report version is 1.0. This property can be overridden by inheriting classes

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

Syntax

public string ReportVersion { get; protected set; }
public:
property String^ ReportVersion {
    String^ get();
    protected: void set(String^ value);
}
Public Property ReportVersion As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

See Also

ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top