QDVEstimate.GetAnomalyList Property

NOTE: This member is now obsolete. Use IEstimate.Anomalies instead.

Gets a dictionary representing all anomalies pushed by the current macro.
[Obsolete("Use IEstimate.Anomalies instead.")] 
public Dictionary<string, string> GetAnomalyList {get;}
This language is not supported or no code example is available.

Property Value

Dictionary<string, string>

The ID is built using a 24 Hexadecimal value matching the task of WBS followed by a "-" and the row number in the minutes. This is built using AppendToAnomalyList method. The second term is the message. When several messages exist for the same row, they are separated by a "|".

Remarks
 
Check sample file MultiLanguage_Sample_With_Document.qdv to see an example of requests involving anomalies.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition