Class GroupPolicyIPSecurityPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy IP security policy.
public class GroupPolicyIPSecurityPolicy : GlobalSerializableClassicBase, IComparable<GroupPolicyIPSecurityPolicy>
- Inheritance
-
GroupPolicyIPSecurityPolicy
- Implements
Constructors
GroupPolicyIPSecurityPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyIPSecurityPolicy class.
public GroupPolicyIPSecurityPolicy()
Properties
Description
Gets or sets the description of the policy.
public string Description { get; set; }
Property Value
Path
Gets or sets the path to the policy.
public string Path { get; set; }
Property Value
PolicyName
Gets or sets the name of the policy.
public string PolicyName { get; set; }
Property Value
Methods
CompareTo(GroupPolicyIPSecurityPolicy)
Compares two CENTREL.XIA.Configuration.Types.GroupPolicyIPSecurityPolicy objects to allow sorting by policy name.
public int CompareTo(GroupPolicyIPSecurityPolicy other)
Parameters
other
GroupPolicyIPSecurityPolicyThe CENTREL.XIA.Configuration.Types.GroupPolicyIPSecurityPolicy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyIPSecurityPolicy objects.
ToString()
Returns the name of the policy.
public override string ToString()
Returns
- string
The name of the policy.