InventoryReport.ReportBody Property
Gets or sets the report body.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Recommended,
CheckRecursively = true)]
public InventoryReportBody ReportBody { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended,
CheckRecursively = true)]
property InventoryReportBody^ ReportBody {
InventoryReportBody^ get();
void set(InventoryReportBody^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended,
CheckRecursively := True)>
Public Property ReportBody As InventoryReportBody
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportBody
See Also
InventoryReport Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top