InvokeCimMethodCommand.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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