Udostępnij za pośrednictwem


InventoryActionFileCollection.ActionId Property

 

Gets or sets an action ID.

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

Syntax

public override string ActionId { get; set; }
public:
property String^ ActionId {
    virtual String^ get() override;
    virtual void set(String^ value) override;
}
Public Overrides Property ActionId As String

Property Value

Type: System.String

See Also

InventoryActionFileCollection Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top