GetCimInstanceCommand.ClassName Property

Definition

The following is the definition of the input parameter "ClassName". Define the class name for which the instances are retrieved.

public string ClassName { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameSessionSet", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameComputerSet", Position=0, ValueFromPipelineByPropertyName=true)]
public string ClassName { get; set; }
member this.ClassName : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameSessionSet", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ClassNameComputerSet", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.ClassName : string with get, set
Public Property ClassName As String

Property Value

Attributes

Applies to