Freigeben über


RemoveCimSessionCommand.Name Property

Definition

The following is the definition of the input parameter "Name". Specifies one or more of friendly Names of the CimSession(s) that should be removed (terminated).

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