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