Share via


InvokeCimMethodCommand.MethodName Property

 

Gets and sets the MethodName parameter, which is the name of the static method to use.

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

Syntax

[ParameterAttribute(Mandatory = true, Position = 2, ValueFromPipelineByPropertyName = true)]
[AliasAttribute(new string[] { ... })]
public string MethodName { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 2, ValueFromPipelineByPropertyName = true)]
[AliasAttribute(new array<String^>^ { ... })]
property String^ MethodName {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 2, ValueFromPipelineByPropertyName = true)>]
[<AliasAttribute([| ... |])>]
member MethodName : string with get, set
<ParameterAttribute(Mandatory := True, Position := 2, ValueFromPipelineByPropertyName := True)>
<AliasAttribute(New String() { ... })>
Public Property MethodName As String

Property Value

Type: System.String

Returns String.

See Also

InvokeCimMethodCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top