Share via


LookupTableDataSet Constructor (SerializationInfo, StreamingContext)

Creates an instance of the LookupTableDataSet class 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
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New LookupTableDataSet(info, context)
protected LookupTableDataSet(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See Also

Reference

LookupTableDataSet Class

LookupTableDataSet Members

LookupTableDataSet Overload

LookupTable Web Service