InvokeCimMethodCommand.Arguments Property

Definition

The following is the definition of the input parameter "Arguments". Specifies the parameter arguments for the static method using a name value pair.

public System.Collections.IDictionary Arguments { get; set; }
[System.Management.Automation.Parameter(Position=1, ValueFromPipelineByPropertyName=true)]
public System.Collections.IDictionary Arguments { get; set; }
member this.Arguments : System.Collections.IDictionary with get, set
[<System.Management.Automation.Parameter(Position=1, ValueFromPipelineByPropertyName=true)>]
member this.Arguments : System.Collections.IDictionary with get, set
Public Property Arguments As IDictionary

Property Value

Attributes

Applies to