adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetSecurityLogin Method
The name or SID of the login to fetch.

In This Topic
    GetSecurityLogin Method
    In This Topic
    Gets the Security Login with the specified name or SID.
    Syntax
    'Declaration
     
    
    Public Function GetSecurityLogin( _
       ByVal name As String _
    ) As SecurityLogin
    public SecurityLogin GetSecurityLogin( 
       string name
    )

    Parameters

    name
    The name or SID of the login to fetch.

    Return Value

    The Security Login, or null (Nothing) if no matching object is found.
    See Also