Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the ProjectDataTable class by using separate parameters.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.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 ProjectDataSet.ProjectDataTable(info, context)
protected ProjectDataTable(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
Contains information needed to serialize or deserialize an object.
- context
Type: System.Runtime.Serialization.StreamingContext
Contains the source and destination of a given serialized stream.
See Also
Reference
ProjectDataSet.ProjectDataTable Class
ProjectDataSet.ProjectDataTable Members