InvokeWSManActionCommand.Action Property

Definition

The following is the definition of the input parameter "Action". Indicates the method which needs to be executed on the management object specified by the ResourceURI and selectors.

[System.Management.Automation.Parameter(Mandatory=true, Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Action { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Action : string with get, set
Public Property Action As String

Property Value

Attributes

Applies to