RemoveCimSessionCommand.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 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