DevForce Help Reference
AuthorizeRolesMode Enumeration


Defines how authorization roles are processed.
Syntax
'Declaration
 
Public Enum AuthorizeRolesMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As AuthorizeRolesMode
Members
MemberDescription
All The user is authorized only if in all of the specified roles.
Any The user is authorized if in any of the specified roles.
ExcludeAll The user is authorized only if not in all of the specified roles.
ExcludeAny The user is authorized only if not in any of the specified roles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.AuthorizeRolesMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback