adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / UserName Property

In This Topic
    UserName Property (CredentialProfile)
    In This Topic
    Returns the user name portion of the UserID.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property UserName As String
    [NotNull()]
    public string UserName {get;}

    Property Value

    The user name part of the UserID.
    Remarks
    If the UserID contains a domain and user ID, UserName returns the name only, without the domain.
    See Also