Table of Contents

Class PolicyConfigurableSource

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

Represents the source of a policy configurable setting.

public class PolicyConfigurableSource : BaseTypeSection
Inheritance
PolicyConfigurableSource

Constructors

PolicyConfigurableSource()

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

public PolicyConfigurableSource()

PolicyConfigurableSource(PolicyConfigurableSourceType)

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

public PolicyConfigurableSource(PolicyConfigurableSourceType sourceType)

Parameters

sourceType PolicyConfigurableSourceType

The source type.

Properties

GpoId

Gets or sets the unique identifier of the group policy object from which the setting is applied - for example "LocalGPO" or "CN={6AC1786C-016F-11D2-945F-00C04fB984F9},CN=Policies,CN=System,DC=demonstration,DC=int".

public string GpoId { get; set; }

Property Value

string

GpoName

Gets or sets the display name of the group policy object - for example "Default Domain Policy".

public string GpoName { get; set; }

Property Value

string

IsLocalGpo

Gets whether the setting was configured by the local group policy.

public bool IsLocalGpo { get; }

Property Value

bool

SourceDisplayName

Gets the name of the source.

public string SourceDisplayName { get; set; }

Property Value

string

SourceType

Gets or sets the source type.

public PolicyConfigurableSourceType SourceType { get; set; }

Property Value

PolicyConfigurableSourceType

Methods

ToString()

Returns the display name of the source.

public override string ToString()

Returns

string

The display name of the source.