Gpo.Owner Property

 

Gets the owner of the Group Policy object (GPO).

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

Syntax

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

Property Value

Type: System.String

Returns String. The Owner in Domain\Account name format.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top