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


In This Topic
    UserID Property (RemoteAgentCredentialProfile)
    In This Topic
    The user ID. Set to a null reference (Nothing in Visual Basic) to use the value specified for the CredentialProfile.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property UserID As String
    [CanBeNull()]
    public string UserID {get; set;}
    [CanBeNull()]
    public:
    property String^ UserID {
       String^ get();
       void set (    String^ value);
    }
    See Also