Share via


GetCimAssociatedInstanceCommand.Namespace Property

 

Gets and sets the Namespace parameter, which identifies the namespace in which the source class is registered.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

GetCimAssociatedInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top