Table of Contents

Class GroupPolicyEnvironmentVariable

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory Group Policy environment variable.

public class GroupPolicyEnvironmentVariable : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyEnvironmentVariable
Implements
Inherited Members

Constructors

GroupPolicyEnvironmentVariable()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyEnvironmentVariable class.

public GroupPolicyEnvironmentVariable()

Properties

IsPartial

Gets or sets whether the variable is a partial variable.

public BooleanOption IsPartial { get; set; }

Property Value

BooleanOption

IsUserVariable

Gets or sets whether the variable is a user variable.

public BooleanOption IsUserVariable { get; set; }

Property Value

BooleanOption

Value

Gets or sets the value of the variable.

public string Value { get; set; }

Property Value

string

VariableName

Gets or sets the name of the variable.

public string VariableName { get; set; }

Property Value

string