ConfigMgrInventoryMessage.ReportContentType Property
Gets the report content type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public abstract string ReportContentType { get; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property String^ ReportContentType {
virtual String^ get() abstract;
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public MustOverride ReadOnly Property ReportContentType As String
Property Value
Type: System.String
See Also
ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top