LookupTableDataSet.LookupTablesRow.LT_NAME Property
Specifies the name of the lookup table.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Public Property LT_NAME As String
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTablesRow
Dim value As String
value = instance.LT_NAME
instance.LT_NAME = value
public string LT_NAME { get; set; }
Property Value
Type: System.String
Remarks
For an example, see Walkthrough: Creating a Hierarchical Lookup Table.
See Also
Reference
LookupTableDataSet.LookupTablesRow Class