Share via


LookupTableDataSet.LookupTableTreesRow.LT_VALUE_TEXT property

String value of the node for a lookup table of the Text type.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property LT_VALUE_TEXT As String
    Get
    Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As String

value = instance.LT_VALUE_TEXT

instance.LT_VALUE_TEXT = value
public string LT_VALUE_TEXT { get; set; }

Property value

Type: System.String

Remarks

If the lookup table is not the Text type, then LT_VALUE_TEXT is a null reference (Nothing in Visual Basic).

See also

Reference

LookupTableDataSet.LookupTableTreesRow class

LookupTableDataSet.LookupTableTreesRow members

WebSvcLookupTable namespace