InventoryAction Class

 

Represents inventory action details.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages.Ccm::InventoryAction

[SerializableAttribute]
public ref class InventoryAction sealed 

NameDescription
System_CAPS_pubmethodInventoryAction()

Initializes a new instance of the InventoryAction class.

NameDescription
System_CAPS_pubpropertyActionType

Gets or sets the inventory action type.

System_CAPS_pubpropertyDefaultTimeout

Gets or sets the default timeout for the action.

System_CAPS_pubpropertyDescription

Gets or sets the description of a message.

System_CAPS_pubpropertyInventoryActionId

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

System_CAPS_pubpropertyReportDestination

Gets or sets the destination endpoint for the report.

System_CAPS_pubpropertyReportType

Gets or sets the inventory report type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: