RemoveCimSessionCommand.InstanceId 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 "InstanceId". Specifies one or more automatically generated InstanceId(s) (GUIDs) of the CimSession(s) that should be removed (terminated).
public Guid[] InstanceId { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InstanceIdSet", ValueFromPipelineByPropertyName=true)]
public Guid[] InstanceId { get; set; }
member this.InstanceId : Guid[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InstanceIdSet", ValueFromPipelineByPropertyName=true)>]
member this.InstanceId : Guid[] with get, set
Public Property InstanceId As Guid()
Property Value
Guid[]
- Attributes