ProjectRelationsDataSet.ProjectRelationsRow.Relationship Property

Specifies the Project.ProjectRelationship type between the ProjectUID property and the RelatedProjectUID property.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

ProjectRelationsDataSet.ProjectRelationsRow Members

WebSvcProject Namespace