QDVWBS.GetTaskOrBranchValue (String, String, ref Int32, ref String) Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ITask.GetFieldValue() instead.

Returns the content of a WBS cell as an object.
[Obsolete("Use Qdv.UserApi.ITask.GetFieldValue() instead.")] 
public object GetTaskOrBranchValue( 
string HexID
string ColumnName
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

HexID
string

The Hexadecimal identifier to the task or to the branch.

ColumnName
string

The unique identifier to the WBS column.

ErrorNumber
int

The number of returned error. 0 means no error.

ErrorMessage
string

The message of the error, blank when no error.

Return Value

object

The content of the cell as an object. Can be either numeric or text.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition