LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_DESC Property
Specifies the description of the lookup table entry.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_DESC As String
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As String
value = instance.LT_VALUE_DESC
instance.LT_VALUE_DESC = value
public string LT_VALUE_DESC { get; set; }
Property Value
Type: System.String
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class