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)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::InventoryReportDetails

[SerializableAttribute]
public ref class InventoryReportDetails sealed 

NameDescription
System_CAPS_pubmethodInventoryReportDetails()

Initializes a new instance of the InventoryReportDetails class.

NameDescription
System_CAPS_pubpropertyFormat

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

System_CAPS_pubpropertyReportContent

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

System_CAPS_pubpropertyReportTime

Gets or sets the date and time for the report.

System_CAPS_pubpropertyReportTimeString

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

System_CAPS_pubpropertyReportType

Gets or sets the report type.

System_CAPS_pubpropertyReportTypeString

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

System_CAPS_pubpropertyVersion

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: