Class GroupPolicyObjectSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the settings configured for a Group Policy object.
public class GroupPolicyObjectSettings : BypassSection
- Inheritance
-
GroupPolicyObjectSettings
- Inherited Members
Constructors
GroupPolicyObjectSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyObjectSettings class.
public GroupPolicyObjectSettings()
Properties
Computer
Gets or sets the computer settings.
public GroupPolicyObjectSettingsConfiguration Computer { get; set; }
Property Value
User
Gets or sets the user settings.
public GroupPolicyObjectSettingsConfiguration User { get; set; }
Property Value
Methods
ExtensionExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether an extension with the specified identifier exists, regardless of the configuration section where the extension resides.
public bool ExtensionExistsByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of CENTREL.XIA.Configuration.Types.GroupPolicyExtension to locate.
Returns
- bool
A System.Boolean value that indicates whether an extension with the specified identifier exists.
FindExtensionByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicyExtension with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyExtension with that identifier is found, regardless of the configuration section where the extension resides.
public GroupPolicyExtension FindExtensionByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyExtension to locate.
Returns
- GroupPolicyExtension
The CENTREL.XIA.Configuration.Types.GroupPolicyExtension with the specified identifier.
FindExtensionsByType(Type)
Returns a CENTREL.XIA.Configuration.Types.GroupPolicyExtensionCollection containing the extensions of the specified type regardless of the configuration section where the extension resides.
public GroupPolicyExtensionCollection FindExtensionsByType(Type type)
Parameters
typeTypeThe type of the CENTREL.XIA.Configuration.Types.GroupPolicyExtension to locate.
Returns
- GroupPolicyExtensionCollection
A CENTREL.XIA.Configuration.Types.GroupPolicyExtensionCollection containing the extensions of the specified type.