GroupPolicyExtension.Gpo Property

 

Gets the underlying GroupPolicyObject that represents the GPO being edited.

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

Syntax

protected GroupPolicyObject Gpo { get; private set; }
protected:
property GroupPolicyObject^ Gpo {
    GroupPolicyObject^ get();
    private: void set(GroupPolicyObject^ value);
}
member Gpo : GroupPolicyObject with get, private set
Protected Property Gpo As GroupPolicyObject
    Get
    Private Set
End Property

Property Value

Type: Microsoft.GroupPolicy.GroupPolicyObject

Returns GroupPolicyObject. The GPO being edited.

Remarks

The GroupPolicyObject represents the GPO and exposes properties and methods that are used by this class to modify the GPO.

See Also

GroupPolicyExtension Class
Microsoft.GroupPolicy Namespace

Return to top