Class GroupPolicyDataSourceAttributes
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory Group Policy data source attributes.
public class GroupPolicyDataSourceAttributes : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyDataSourceAttributes
Constructors
GroupPolicyDataSourceAttributes()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyDataSourceAttributes class.
public GroupPolicyDataSourceAttributes()
Properties
AttributesSummary
Gets the summary of the attributes.
public string AttributesSummary { get; }
Property Value
Items
Gets or sets the items in the collection.
public GroupPolicyDataSourceAttributeCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the Group Policy data source attributes as a human readable string.
public override string ToString()
Returns
- string
The Group Policy data source attributes as a human readable string.