GetCimInstanceCommand.Property Property

Definition

The following is the definition of the input parameter "Property". Specifies the selected properties of result instances.

public string[] Property { get; set; }
[System.Management.Automation.Alias(new System.String[] { "SelectProperties" })]
[System.Management.Automation.Parameter(ParameterSetName="ClassNameSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ClassNameComputerSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)]
public string[] Property { get; set; }
member this.Property : string[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "SelectProperties" })>]
[<System.Management.Automation.Parameter(ParameterSetName="ClassNameSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ClassNameComputerSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)>]
member this.Property : string[] with get, set
Public Property Property As String()

Property Value

String[]
Attributes

Applies to