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


In This Topic
    UserName Property (RemoteAgentCredentialProfile)
    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;}
    [NotNull()]
    public:
    property String^ UserName {
       String^ get();
    }

    Property Value

    The user name part of the UserID.
    See Also