InventoryReportDetails Class
Represents the details of a report as part of the header.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportDetails
Syntax
[SerializableAttribute]
public sealed class InventoryReportDetails
[SerializableAttribute]
public ref class InventoryReportDetails sealed
<SerializableAttribute>
Public NotInheritable Class InventoryReportDetails
Constructors
Name | Description | |
---|---|---|
InventoryReportDetails() | Initializes a new instance of the InventoryReportDetails class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top