StatusingDataSet.LocalLookupTableFullValuesRow.LT_VALUE_FULL property
Gets the full value of a lookup table node, including the parent values with the separator characters.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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