InventoryAction Class
Represents inventory action details.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm.InventoryAction
Syntax
[SerializableAttribute]
public sealed class InventoryAction
[SerializableAttribute]
public ref class InventoryAction sealed
<SerializableAttribute>
Public NotInheritable Class InventoryAction
Constructors
Name | Description | |
---|---|---|
![]() |
InventoryAction() | Initializes a new instance of the InventoryAction class. |
Properties
Name | Description | |
---|---|---|
![]() |
ActionType | Gets or sets the inventory action type. |
![]() |
DefaultTimeout | Gets or sets the default timeout for the action. |
![]() |
Description | Gets or sets the description of a message. |
![]() |
InventoryActionId | Gets or sets the inventory action ID. This value should be in GUID format. |
![]() |
ReportDestination | Gets or sets the destination endpoint for the report. |
![]() |
ReportType | Gets or sets the inventory report type. |
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.Ccm Namespace
Return to top