adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetCredentialProfile Method / GetCredentialProfile(String) Method
The user ID of the profile to fetch.

In This Topic
    GetCredentialProfile(String) Method
    In This Topic
    Gets the Windows Credential Profile with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetCredentialProfile( _
       ByVal userName As String _
    ) As CredentialProfile
    public CredentialProfile GetCredentialProfile( 
       string userName
    )

    Parameters

    userName
    The user ID of the profile to fetch.

    Return Value

    The profile, or null (Nothing) if the profile does not exist.
    See Also