Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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