Class StarterGroupPolicyObject
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Starter Group Policy object.
public class StarterGroupPolicyObject : GroupPolicyObjectBase, IComparable<GroupPolicyObjectBase>
- Inheritance
-
StarterGroupPolicyObject
- Implements
- Inherited Members
Constructors
StarterGroupPolicyObject()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject class.
public StarterGroupPolicyObject()
Properties
ComputerVersion
Gets or sets the version of the computer configuration settings.
public int ComputerVersion { get; set; }
Property Value
Product
Gets or sets the product the Starter GPO is designed to managed. This only applies to system Starter GPOs.
public string Product { get; set; }
Property Value
StarterGpoType
Gets or sets the Starter Group Policy object type.
public StarterGroupPolicyObjectType StarterGpoType { get; set; }
Property Value
StarterGpoVersion
Gets or sets the version of the starter GPO.
public int StarterGpoVersion { get; set; }
Property Value
UserVersion
Gets or sets the version of the user configuration settings.
public int UserVersion { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject object.
public StarterGroupPolicyObject Clone()
Returns
- StarterGroupPolicyObject
A clone of this CENTREL.XIA.Configuration.Types.StarterGroupPolicyObject object.
ToString()
Returns the display name of the Starter Group Policy object.
public override string ToString()
Returns
- string
The display name of the Starter Group Policy object.