Share via


ConfigMgrInventoryMessage.ReportFormat Property

 

Gets or sets the report format. The default report format is 1.1. 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 ReportFormat { get; protected set; }
public:
property String^ ReportFormat {
    String^ get();
    protected: void set(String^ value);
}
Public Property ReportFormat As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

See Also

ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top