adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityRole Class / GetMembers Method
Options controlling the fetch operation


In This Topic
    GetMembers Method
    In This Topic
    Gets all members of the role
    Syntax
    'Declaration
     
    
    Public Function GetMembers( _
       ByVal options As ObjectFetchOptions _
    ) As SecurityEntityCollection

    Parameters

    options
    Options controlling the fetch operation
    Remarks

    This is a read-only collection. To assign a Login to a Role, add the Role to the Login's Roles collection.

    See Also