QDVWBS.GetTaskValue Method
NOTE: This member is now obsolete. You should no longer use this function because it returns only texts. Use Qdv.UserApi.ITask.GetFieldValue() instead.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[Obsolete("You should no longer use this function because it returns only texts. Use Qdv.UserApi.ITask.GetFieldValue() instead.")]
public string GetTaskValue(
string TaskItem,
string ColumnName
)
This language is not supported or no code example is available.
Parameters
- TaskItem
- string
The Hexadecimal identifier to the task or to the branch.
- ColumnName
- string
The unique identifier to the WBS column.
Return Value
stringThe content of the cell, always as string.
You should no longer use this function because it returns only texts.
Use GetTaskOrBranchValue instead which returns objects.