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
     
    
    <CanBeNullAttribute()>
    Public Overloads Function GetCredentialProfile( _
       ByVal userName As String _
    ) As CredentialProfile
    [CanBeNull()]
    public CredentialProfile GetCredentialProfile( 
       string userName
    )
    [CanBeNull()]
    public:
    CredentialProfile^ GetCredentialProfile( 
       String^ userName
    ) 

    Parameters

    userName
    The user ID of the profile to fetch.

    Return Value

    The profile, or a null reference (Nothing in Visual Basic) if the profile does not exist.
    See Also