Gets or sets a value indicating whether this policy should take effect.
Declaration
public bool Enabled { get; set; }
Public Property Enabled As Boolean
Property Value
| Type |
Description |
| bool |
true if this instance this policy should take effect ; otherwise, false.
|