IWbsField.ProgressStatement Property

Gets or sets a progress statement number, if this field refers to a value of another field at a specific progress statement. Only applicable to progress fields, i.e. if their Kind property is set to WbsFieldKind.ProgressFieldReference.
Property ProgressStatement() As Integer
This language is not supported or no code example is available.
int ProgressStatement {get; set;}
This language is not supported or no code example is available.

Property Value

int

The number of a referred progress statement. Allowed values are:

  • 1 for "Estimate" progress statement.
  • A negative number that specifies a position of the progress statement relative to the current version. For example, -1 means previous progress statement, -2 means a statement before previous progress statement and so on.
  • 0 if this field doesn't refer to another progress field.

Remarks
 
If the value of the ProgressField property is not an empty string and the value of the ProgressStatement property is not zero, then this field refers to a value of another field at a specific progress statement.
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition