BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      ChangeScriptId Class
  
            A value which uniquely identifies a change script.
            
 
  Inheritance Hierarchy
  
    - object
- Inedo.BuildMaster.Extensibility.DatabaseConnections.ChangeScriptId
 
 
  
 
  Syntax
  
    public
    class
    ChangeScriptId
  
 
  
  
    Properties
    
      
         | 
        Name | 
        Description | 
      
      
        | 
          
         | 
        
          Guid
         | 
        
           
            Gets the identifier as a Guid if available.
             
         | 
      
      
        | 
          
         | 
        
          LegacyReleaseSequence
         | 
        
           
            Gets the release sequence number if available.
             
         | 
      
      
        | 
          
         | 
        
          ScriptId
         | 
        
           
            Gets the identifier as a legacy System.Int32.
             
         | 
      
    
   
  
    Methods
    
      
         | 
        Name | 
        Description | 
      
      
        | 
          
         | 
        
          ToString
         | 
        
           
            Returns a string representation of the ID.
             
         |