GetCimSessionCommand.Name 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 "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