Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ResetOption Enumeration
Example Example


In This Topic
    ResetOption Enumeration
    In This Topic
    Specifies whether the rules or a particular rule should reset before testing the next rule.
    Syntax
    'Declaration
     
    
    Public Enum ResetOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ResetOption
    public enum ResetOption : System.Enum 
    Members
    MemberDescription
    All[2] Resets all the rules
    Current[1] Resets the current rule
    None[0] Never resets the rule(s)
    Example
    This example uses the ResetOption enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.ResetOption

    See Also