LookupTableMultiLangDataSet.LookupTablesRow.LT_NAME property
Specifies the name of the lookup table.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_NAME As String
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As String
value = instance.LT_NAME
instance.LT_NAME = value
public string LT_NAME { get; set; }
Property value
Type: System.String
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class