GPRsop.Namespace Property

 

Retrieves the Resultant Set of Policy (RSoP) WMI namespace generated as output from an RSoP simulation.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public string Namespace { get; }
public:
property String^ Namespace {
    String^ get();
}
member Namespace : string with get
Public ReadOnly Property Namespace As String

Property Value

Type: System.String

Returns String. The WMI namespace.

Remarks

The format is typically \\computername\root\rsop\namespace. You specify the value of this property in the constructor when you create a new GPRsop object.

See Also

GPRsop Class
Microsoft.GroupPolicy Namespace

Return to top