IEstimate.EstimateVersions Property

Gets a dictionary representing all versions, including progress statements being in the estimate file.
ReadOnly Property EstimateVersions() As Dictionary(Of String, Integer)
This language is not supported or no code example is available.
Dictionary<string, int> EstimateVersions {get;}
This language is not supported or no code example is available.

Property Value

Dictionary<string, int>
Remarks
 
The first part is the letter of the version (A, B, C, etc.), the second one is the number of the version that you must use in the API to refer to a specific version. The current version has always number 0. Older versions are numbered from the lowest number (usually 1) for the oldest one. Newer versions have higher number.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition