Share via


DepartmentsDataSet Constructor (SerializationInfo, StreamingContext)

Creates an instance of the DepartmentsDataSet class by using parameters.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.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 DepartmentsDataSet(info, context)
protected DepartmentsDataSet(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See Also

Reference

DepartmentsDataSet Class

DepartmentsDataSet Members

DepartmentsDataSet Overload

Admin Web Service