VistaDB 6
VistaDB.Web Namespace / VistaDBRoleProvider Class / IsUserInRole Method
The user name to search for.
The role to search in.


In This Topic
    IsUserInRole Method
    In This Topic
    Gets a value indicating whether the specified user is in the specified role for the configured applicationName.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function IsUserInRole( _
       ByVal username As System.String, _
       ByVal roleName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBRoleProvider
    Dim username As System.String
    Dim roleName As System.String
    Dim value As System.Boolean
     
    value = instance.IsUserInRole(username, roleName)
    public override System.bool IsUserInRole( 
       System.string username,
       System.string roleName
    )

    Parameters

    username
    The user name to search for.
    roleName
    The role to search in.

    Return Value

    true if the specified user is in the specified role for the configured applicationName; otherwise, false.
    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