GetCimInstanceCommand.ClassName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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