LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_FULL Property
The full path of a multi-level lookup table entry.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_FULL As String
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
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
Uses outline format, such as A.b.1.
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class