Share via


GetCimClassCommand.ClassName Property

 

Gets and sets the ClassName parameter. Accepts wildcard characters.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

GetCimClassCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top