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
System_CAPS_pubmethod InventoryReportDetails()

Initializes a new instance of the InventoryReportDetails class.

Properties

Name Description
System_CAPS_pubproperty Format

Gets or sets the report format. The default value is 1.1.

System_CAPS_pubproperty ReportContent

Gets or sets the report content type, such as "Inventory Data".

System_CAPS_pubproperty ReportTime

Gets or sets the date and time for the report.

System_CAPS_pubproperty ReportTimeString

Gets or sets the date and time for the report. This property is only for serialization. Use ReportTime instead.

System_CAPS_pubproperty ReportType

Gets or sets the report type.

System_CAPS_pubproperty ReportTypeString

Gets or sets the report type. This property is only for serialization. Use ReportType instead.

System_CAPS_pubproperty Version

Gets or sets the report version. The default value is 1.0.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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