ProjectContextDataSet.RelationshipsDataTable.NewRelationshipsRow Method
Creates a row object in the RelationshipsDataTable.
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
Public Function NewRelationshipsRow As ProjectContextDataSet.RelationshipsRow
'Usage
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim returnValue As ProjectContextDataSet.RelationshipsRow
returnValue = instance.NewRelationshipsRow()
public ProjectContextDataSet.RelationshipsRow NewRelationshipsRow()
Return Value
Type: [Project Web service].ProjectContextDataSet.RelationshipsRow
See Also
Reference
ProjectContextDataSet.RelationshipsDataTable Class