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


In This Topic
    UserID Property (CredentialProfile)
    In This Topic
    The user ID (including Windows domain, if appropriate).
    Syntax
    'Declaration
     
    
    Public Property UserID As String
    public string UserID {get; set;}
    public:
    property String^ UserID {
       String^ get();
       void set (    String^ value);
    }
    See Also