BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      GetVariableValue(string variableName) Method
  
            Returns the value of the specified variable if it was found; otherwise returns null (Nothing in Visual Basic).
            
 
  Syntax
  
    public
    abstract
    string GetVariableValue(string variableName)
  Parameters
  
    - variableName
 
    - Type: string
The name of the variable.
 
  
 
  Returns
  Value of the specified variable if it was found; otherwise null (Nothing in Visual Basic).
 
  Exceptions
  
    
      | 
        System.ArgumentNullException
       | 
      
         
          variableName is null (Nothing in Visual Basic) or empty. 
       |