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.

Returns the content of a WBS cell.
[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

string

The content of the cell, always as string.

Remarks
 

You should no longer use this function because it returns only texts.

Use GetTaskOrBranchValue instead which returns objects.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition