ProjectContextDataSet.Relationships Property
Gets the information about related projects.
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
<BrowsableAttribute(False)> _
Public ReadOnly Property Relationships As ProjectContextDataSet.RelationshipsDataTable
Get
'Usage
Dim instance As ProjectContextDataSet
Dim value As ProjectContextDataSet.RelationshipsDataTable
value = instance.Relationships
[BrowsableAttribute(false)]
public ProjectContextDataSet.RelationshipsDataTable Relationships { get; }
Property Value
Type: [Project Web service].ProjectContextDataSet.RelationshipsDataTable