Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the description of the lookup table value.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.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