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
PolicyConfigurableSourceTypeThe 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
GpoName
Gets or sets the display name of the group policy object - for example "Default Domain Policy".
public string GpoName { get; set; }
Property Value
IsLocalGpo
Gets whether the setting was configured by the local group policy.
public bool IsLocalGpo { get; }
Property Value
SourceDisplayName
Gets the name of the source.
public string SourceDisplayName { get; set; }
Property Value
SourceType
Gets or sets the source type.
public PolicyConfigurableSourceType SourceType { get; set; }
Property Value
Methods
ToString()
Returns the display name of the source.
public override string ToString()
Returns
- string
The display name of the source.