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 | |
---|---|---|
InventoryReport() | Initializes a new instance of the InventoryReport class. |
|
InventoryReport(Boolean) | Initializes a new instance of the InventoryReport class. |
Properties
Name | Description | |
---|---|---|
ReportBody | Gets or sets the report body. |
|
ReportHeader | Gets or sets the report header. This property is mandatory. |
|
RequireTextEncoding | Indicates whether text encoding is required. |
|
RequireXmlHeader | Indicates whether an XML header is required for serialization. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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