Class GroupPolicyApplicationControlPolicyPathCondition
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy application control policy file path condition.
public class GroupPolicyApplicationControlPolicyPathCondition : GroupPolicyApplicationControlPolicyConditionBase
- Inheritance
-
GroupPolicyApplicationControlPolicyPathCondition
- Inherited Members
Constructors
GroupPolicyApplicationControlPolicyPathCondition()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyPathCondition class.
public GroupPolicyApplicationControlPolicyPathCondition()
Properties
Path
Gets or sets the path to evaluate.
public string Path { get; set; }
Property Value
Methods
ToDetailedString()
Returns the condition as a detailed string.
public override string ToDetailedString()
Returns
- string
The condition as a detailed string.