InventoryReportHeader Class

 

Represents the header for an inventory report.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

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

[SerializableAttribute]
public ref class InventoryReportHeader sealed 

NameDescription
System_CAPS_pubmethodInventoryReportHeader()

Initializes a new instance of the InventoryReportHeader class.

NameDescription
System_CAPS_pubpropertyAction

Gets or sets action information in the report header.

System_CAPS_pubpropertyActionNode

Generates raw XML for the action portion of the header. This is the setter constructor, only used for serialization. Do not use.

System_CAPS_pubpropertyDetails

Gets or sets details in the report header.

System_CAPS_pubpropertyIdentification

Gets or sets machine identification information in the report header.

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: