InventoryReportHeader Class
Represents the header for 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.InventoryReportHeader
Syntax
[SerializableAttribute]
public sealed class InventoryReportHeader
[SerializableAttribute]
public ref class InventoryReportHeader sealed
<SerializableAttribute>
Public NotInheritable Class InventoryReportHeader
Constructors
Name | Description | |
---|---|---|
InventoryReportHeader() | Initializes a new instance of the InventoryReportHeader class. |
Properties
Name | Description | |
---|---|---|
Action | Gets or sets action information in the report header. |
|
ActionNode | Generates raw XML for the action portion of the header. This is the setter constructor, only used for serialization. Do not use. |
|
Details | Gets or sets details in the report header. |
|
Identification | Gets or sets machine identification information in the report header. |
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