ProjectRelationsDataSet.ProjectRelationsRow.Relationship Property
Specifies the Project.ProjectRelationship type between the ProjectUID property and the RelatedProjectUID property.
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 Property Relationship As Integer
Get
Set
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsRow
Dim value As Integer
value = instance.Relationship
instance.Relationship = value
public int Relationship { get; set; }
Property Value
Type: System.Int32
See Also
Reference
ProjectRelationsDataSet.ProjectRelationsRow Class