adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetSecurityRole Method
The name of the Role to fetch.


In This Topic
    GetSecurityRole Method
    In This Topic
    Gets the Security Role with the specified name.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Function GetSecurityRole( _
       ByVal name As String _
    ) As SecurityRole
    [CanBeNull()]
    public SecurityRole GetSecurityRole( 
       string name
    )
    [CanBeNull()]
    public:
    SecurityRole^ GetSecurityRole( 
       String^ name
    ) 

    Parameters

    name
    The name of the Role to fetch.

    Return Value

    The Security Role, or a null reference (Nothing in Visual Basic) if no matching object is found.
    Remarks

    The caller must have permission to administer security on the adTempus server.

    See Also