LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_TEXT Property
Used for storing text values for a lookup table entry.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_TEXT As String
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As String
value = instance.LT_VALUE_TEXT
instance.LT_VALUE_TEXT = value
public string LT_VALUE_TEXT { get; set; }
Property Value
Type: System.String
Remarks
If the lookup table entry type is text, and not numeric, text, or date/time, then the value of lookup table entry is stored in this property.
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class