Class GroupPolicyDataSource
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy data source.
public class GroupPolicyDataSource : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyDataSource
- Implements
- Inherited Members
Constructors
GroupPolicyDataSource()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyDataSource class.
public GroupPolicyDataSource()
Properties
Attributes
Gets or sets the data source attributes.
public GroupPolicyDataSourceAttributes Attributes { get; set; }
Property Value
DataSourceDescription
Gets or sets the data source description.
public string DataSourceDescription { get; set; }
Property Value
DataSourceTypeString
Gets or sets the data source type as a human readable string.
public string DataSourceTypeString { get; set; }
Property Value
Driver
Gets or sets the driver name - for example "ODBC Driver 17 for SQL Server".
public string Driver { get; set; }
Property Value
DsnName
Gets or sets the DSN name.
public string DsnName { get; set; }
Property Value
IsUserDsn
Gets or sets whether the data source is a user DSN as opposed to a system DSN.
public BooleanOption IsUserDsn { get; set; }
Property Value
Username
Gets or sets the username for the connection. This property is deprecated.
public string Username { get; set; }