ProjectRelationsDataSet.ProjectRelationsRow.Relationship property
Specifies the Project.ProjectRelationship type between the ProjectUID property and the RelatedProjectUID property.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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