Table of Contents

Class GroupPolicyDataSourceAttribute

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

Represents an Active Directory Group Policy data source attribute.

public class GroupPolicyDataSourceAttribute : GlobalSerializableClassicBase
Inheritance
GroupPolicyDataSourceAttribute

Constructors

GroupPolicyDataSourceAttribute()

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

public GroupPolicyDataSourceAttribute()

Properties

AttributeName

Gets or sets the attribute name.

public string AttributeName { get; set; }

Property Value

string

Value

Gets or sets the attribute value.

public string Value { get; set; }

Property Value

string

Methods

ToString()

Returns the data source attribute as a human readable string.

public override string ToString()

Returns

string

The data source attribute as a human readable string.