BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      Deserialize(System.Xml.Linq.XElement element) Method
  
            Reads configuration for this instance from the specified XML element.
            
 
  Syntax
  
    public
    virtual
    object Deserialize(System.Xml.Linq.XElement element)
  Parameters
  
    - element
 
    - Type: System.Xml.Linq.XElement
The XML element to read from.
 
  
 
  Returns
  
            Instance deserialized from the element.