Udostępnij za pośrednictwem


InventoryReport Class

 

Represents an inventory report.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class InventoryReport : IMessageSerialization
[SerializableAttribute]
public ref class InventoryReport sealed : IMessageSerialization
<SerializableAttribute>
Public NotInheritable Class InventoryReport
    Implements IMessageSerialization

Constructors

Name Description
System_CAPS_pubmethod InventoryReport()

Initializes a new instance of the InventoryReport class.

System_CAPS_pubmethod InventoryReport(Boolean)

Initializes a new instance of the InventoryReport class.

Properties

Name Description
System_CAPS_pubproperty ReportBody

Gets or sets the report body.

System_CAPS_pubproperty ReportHeader

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

System_CAPS_pubproperty RequireTextEncoding

Indicates whether text encoding is required.

System_CAPS_pubproperty RequireXmlHeader

Indicates whether an XML header is required for serialization.

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