Version: 
        
      
      
      
      ProGetReleaseInfo(string ProjectName, string ReleaseNumber, string ReleaseUrl, bool Active, string ViewReleaseUrl, string ViewIssuesUrl) Constructor
  
            Contains information about a project release in ProGet.
            
 
  Syntax
  
    public ProGetReleaseInfo(string ProjectName, string ReleaseNumber, string ReleaseUrl, bool Active, string ViewReleaseUrl, string ViewIssuesUrl)
  Parameters
  
    - ProjectName
- Type: string
 Name of the project. 
    - ReleaseNumber
- Type: string
 Version/Release number. 
    - ReleaseUrl
- Type: string
 URL of the release. 
    - Active
- Type: bool
 Value indicating whether the release is active. 
    - ViewReleaseUrl
- Type: string
 URL to view the release 
    - ViewIssuesUrl
- Type: string
 URL to view the issues in a release