Partager via


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
System_CAPS_pubmethod InventoryAction()

Initializes a new instance of the InventoryAction class.

Properties

Name Description
System_CAPS_pubproperty ActionType

Gets or sets the inventory action type.

System_CAPS_pubproperty DefaultTimeout

Gets or sets the default timeout for the action.

System_CAPS_pubproperty Description

Gets or sets the description of a message.

System_CAPS_pubproperty InventoryActionId

Gets or sets the inventory action ID. This value should be in GUID format.

System_CAPS_pubproperty ReportDestination

Gets or sets the destination endpoint for the report.

System_CAPS_pubproperty ReportType

Gets or sets the inventory report type.

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.Ccm Namespace

Return to top