Share via


GetCimClassCommand.PropertyName Property

 

Gets and sets the PropertyName parameter, which may contain wildcard characters.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

GetCimClassCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top