Freigeben über


GetCimSessionCommand.Name Property

Definition

The following is the definition of the input parameter "Name". Specifies one or more session Name(s) for which to get CimSession(s). The argument may contain wildcard characters.

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

Property Value

String[]
Attributes

Applies to