Share via


RemoveCimInstanceCommand.Namespace Property

 

Gets and sets the Namespace parameter, which is the namespace of the CIM instance to remove.

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

Syntax

[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "QuerySessionSet")]
[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "QueryComputerSet")]
public string Namespace { get; set; }
public:
[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "QuerySessionSet")]
[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true, 
    ParameterSetName = "QueryComputerSet")]
property String^ Namespace {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true,
    ParameterSetName = "QuerySessionSet")>]
[<ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true,
    ParameterSetName = "QueryComputerSet")>]
member Namespace : string with get, set
<ParameterAttribute(Position := 1, ValueFromPipelineByPropertyName := True,
    ParameterSetName := "QuerySessionSet")>
<ParameterAttribute(Position := 1, ValueFromPipelineByPropertyName := True,
    ParameterSetName := "QueryComputerSet")>
Public Property Namespace As String

Property Value

Type: System.String

Returns String.

See Also

RemoveCimInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top