Share via


LookupTableDataSet.LookupTableTreesRow.LT_VALUE_DESC property

Description of the lookup table node.

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

Syntax

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

value = instance.LT_VALUE_DESC

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

Property value

Type: System.String

See also

Reference

LookupTableDataSet.LookupTableTreesRow class

LookupTableDataSet.LookupTableTreesRow members

WebSvcLookupTable namespace