LookupTableDataSet.LookupTablesRow.GetLookupTableMasksRows Method
Gets the lookup table code masks.
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 Function GetLookupTableMasksRows As LookupTableDataSet.LookupTableMasksRow()
'Usage
Dim instance As LookupTableDataSet.LookupTablesRow
Dim returnValue As LookupTableDataSet.LookupTableMasksRow()
returnValue = instance.GetLookupTableMasksRows()
public LookupTableDataSet.LookupTableMasksRow[] GetLookupTableMasksRows()
Return Value
Type: []
See Also
Reference
LookupTableDataSet.LookupTablesRow Class