Share via


InvokeCimMethodCommand.Arguments Property

 

Gets and sets the Arguments parameter, which specifies the parameter arguments for the static method in the form of name value pairs.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true)]
public IDictionary Arguments { get; set; }
public:
[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true)]
property IDictionary^ Arguments {
    IDictionary^ get();
    void set(IDictionary^ value);
}
[<ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true)>]
member Arguments : IDictionary with get, set
<ParameterAttribute(Position := 1, ValueFromPipelineByPropertyName := True)>
Public Property Arguments As IDictionary

Property Value

Type: System.Collections.IDictionary

Returns IDictionary.

See Also

InvokeCimMethodCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top