PreferenceExtension.IsComputerConfiguration Property

 

Gets a value that indicates whether the Computer Configuration section of the Group Policy object (GPO) is being edited.

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

Syntax

public bool IsComputerConfiguration { get; private set; }
public:
property bool IsComputerConfiguration {
    bool get();
    private: void set(bool value);
}
member IsComputerConfiguration : bool with get, private set
Public Property IsComputerConfiguration As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

Returns Boolean. true to indicate that Computer Configuration is being edited; false to indicate that User Configuration is being edited.

See Also

PreferenceExtension Class
Microsoft.GroupPolicy Namespace

Return to top