Share via


SavingEventArgs.IsComputerConfiguration Property

 

Gets a value that indicates whether the computer section or the user section of the Group Policy object (GPO) is being saved.

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 if the computer section is being saved; false if the user section is being saved.

See Also

SavingEventArgs Class
Microsoft.GroupPolicy Namespace

Return to top