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 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