Partager via


InventoryAction.InventoryActionId Property

 

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

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

Syntax

public string InventoryActionId { get; set; }
public:
property String^ InventoryActionId {
    String^ get();
    void set(String^ value);
}
Public Property InventoryActionId As String

Property Value

Type: System.String

See Also

InventoryAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace

Return to top