LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable.FindByLT_UIDLT_MASK_STRUCT_LEVEL Method
Retrieves a LookupTableMaskStructuresRow object by using the specified parameters.
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 FindByLT_UIDLT_MASK_STRUCT_LEVEL ( _
LT_UID As Guid, _
LT_MASK_STRUCT_LEVEL As Integer _
) As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable
Dim LT_UID As Guid
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow
returnValue = instance.FindByLT_UIDLT_MASK_STRUCT_LEVEL(LT_UID, _
LT_MASK_STRUCT_LEVEL)
public LookupTableMultiLangDataSet.LookupTableMaskStructuresRow FindByLT_UIDLT_MASK_STRUCT_LEVEL(
Guid LT_UID,
int LT_MASK_STRUCT_LEVEL
)
Parameters
- LT_UID
Type: System.Guid
The unique identifier of the multilanguage lookup table which uses the code mask structure.
- LT_MASK_STRUCT_LEVEL
Type: System.Int32
The outline level of the code mask structure.
Return Value
Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableMaskStructuresRow
See Also
Reference
LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable Class
LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable Members