'Declaration
Public Property IsPercent As Boolean
'Usage
Dim instance As ClassicCfRule Dim value As Boolean instance.IsPercent = value value = instance.IsPercent
public bool IsPercent {get; set;}
Property Value
true
if a "top/bottom n" rule is a "top/bottom n percent" rule; otherwise, false
.