GroupPolicyExtension.IsOpened Property

 

Gets a value that indicates whether the GPO has been opened.

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

Syntax

protected bool IsOpened { get; private set; }
protected:
property bool IsOpened {
    bool get();
    private: void set(bool value);
}
member IsOpened : bool with get, private set
Protected Property IsOpened As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

Returns Boolean. true to indicate that the GPO is open; otherwise false.

See Also

GroupPolicyExtension Class
Microsoft.GroupPolicy Namespace

Return to top