Class UserCredentials
Representation of user credentials.
Inheritance
System.Object
    UserCredentials
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Relativity.Testing.Framework.Api.Models
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class UserCredentials
  Properties
| Improve this Doc View SourcePassword
Gets or sets get Password.
Declaration
public string Password { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Username
Gets or sets get Username.
Declaration
public string Username { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |