InventoryEvent.InventoryActionId Property

 

Gets or sets the identifier for the inventory action.

Namespace:   Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[StatusMessagePropertyAttribute("InventoryActionID", true)]
public string InventoryActionId { get; set; }
public:
[StatusMessagePropertyAttribute("InventoryActionID", true)]
property String^ InventoryActionId {
    String^ get();
    void set(String^ value);
}
<StatusMessagePropertyAttribute("InventoryActionID", True)>
Public Property InventoryActionId As String

Property Value

Type: System.String

See Also

InventoryEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top