Aracılığıyla paylaş


LookupTableDataSet.LookupTableTreesRow.LT_VALUE_FULL Property

Shows the full value of a multilevel lookup table node, including the parent values with separator characters.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

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

value = instance.LT_VALUE_FULL

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

Property Value

Type: System.String

Remarks

For example, if the parent node value of a lookup table of type Text is England, the child value is Sussex, and the separator character is a period ("^"), the full value of the child node is England^Sussex.

See Also

Reference

LookupTableDataSet.LookupTableTreesRow Class

LookupTableDataSet.LookupTableTreesRow Members

LookupTable Web Service