Share via


GetCimClassCommand.MethodName Property

 

Gets and sets the MethodName parameter, which may contain wild characters.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

GetCimClassCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top