Share via


StatusingDataSet.LocalLookupTableFullValuesRow.LT_VALUE_FULL Property

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

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

Syntax

'Declaration
Public Property LT_VALUE_FULL As String
    Get
    Set
'Usage
Dim instance As StatusingDataSet.LocalLookupTableFullValuesRow
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

See Also

Reference

StatusingDataSet.LocalLookupTableFullValuesRow Class

StatusingDataSet.LocalLookupTableFullValuesRow Members

Statusing Web Service