LookupTableMultiLangDataSet Constructor (SerializationInfo, StreamingContext)
Creates a new instance of the LookupTableMultiLangDataSet class.
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 LookupTableMultiLangDataSet(info, context)
protected LookupTableMultiLangDataSet(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
An object that stores all the data that is needed to serialize or deserialize an object.
- context
Type: System.Runtime.Serialization.StreamingContext
Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
See Also
Reference
LookupTableMultiLangDataSet Class
LookupTableMultiLangDataSet Members