Share via


RemoveCimSessionCommand.Name Property

 

Gets and sets the Name parameter, which specifies the friendly names of the CIM sessions to remove (terminate).

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "NameSet")]
public string[] Name { get; set; }
public:
[ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "NameSet")]
property array<String^>^ Name {
    array<String^>^ get();
    void set(array<String^>^ value);
}
[<ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true,
    ParameterSetName = "NameSet")>]
member Name : string[] with get, set
<ParameterAttribute(Mandatory := True, ValueFromPipelineByPropertyName := True,
    ParameterSetName := "NameSet")>
Public Property Name As String()

Property Value

Type: System.String[]

Returns String.

See Also

RemoveCimSessionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top