InventoryReportDetails Class
Represents the details of a report as part of the header.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | InventoryReportDetails() | Initializes a new instance of the InventoryReportDetails class. |
| Name | Description | |
|---|---|---|
![]() | Format | Gets or sets the report format. The default value is 1.1. |
![]() | ReportContent | Gets or sets the report content type, such as "Inventory Data". |
![]() | ReportTime | Gets or sets the date and time for the report. |
![]() | ReportTimeString | Gets or sets the date and time for the report. This property is only for serialization. Use ReportTime instead. |
![]() | ReportType | Gets or sets the report type. |
![]() | ReportTypeString | Gets or sets the report type. This property is only for serialization. Use ReportType instead. |
![]() | Version | Gets or sets the report version. The default value is 1.0. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

