BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      BasicUserInfo(string name, string displayName, string emailAddress) Constructor
  Syntax
  
    public .ctor(string name, string displayName, string emailAddress)
  Parameters
  
    - name
 
    - Type: string
The user name of the user.
 
  
  
    - displayName
 
    - Type: string
The display name of the user.
 
  
  
    - emailAddress
 
    - Type: string
The user's email address.