Anomaly Constructor

Initializes a new instance of the Anomaly class.
Public Sub New( _ 
ByVal taskHexID As String, _ 
ByVal row As Integer, _ 
ByVal text As String
)
This language is not supported or no code example is available.
public Anomaly( 
string taskHexID
int row
string text 
)
This language is not supported or no code example is available.

Parameters

taskHexID
string

The 24 character hexadecimal ID of the WBS task which contains the row of the anomaly.

row
int

The LineNumber of the row to which the anomaly belongs, 1-based.

text
string

The text of the anomaly.

Version
 
Available since QDV 7.16.587.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition