InventoryReport Class

 

Represents an inventory report.

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

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

[SerializableAttribute]
public ref class InventoryReport sealed : IMessageSerialization

NameDescription
System_CAPS_pubmethodInventoryReport()

Initializes a new instance of the InventoryReport class.

System_CAPS_pubmethodInventoryReport(Boolean)

Initializes a new instance of the InventoryReport class.

NameDescription
System_CAPS_pubpropertyReportBody

Gets or sets the report body.

System_CAPS_pubpropertyReportHeader

Gets or sets the report header. This property is mandatory.

System_CAPS_pubpropertyRequireTextEncoding

Indicates whether text encoding is required.

System_CAPS_pubpropertyRequireXmlHeader

Indicates whether an XML header is required for serialization.

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: