ProjectContextDataSet.RelationshipsRow.Relationship Property

Represents how the project is related.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property Relationship As Byte
    Get
    Set
'Usage
Dim instance As ProjectContextDataSet.RelationshipsRow
Dim value As Byte

value = instance.Relationship

instance.Relationship = value
public byte Relationship { get; set; }

Property Value

Type: System.Byte

Remarks

Byte Value

Name

Description

0

None

There is no relationship.

1

Direct

Project contains a specified resource.

2

Shared

Project shares a resource with a specified project.

3

Indirect

Project does not directly have a cross-project relationship with a specified project, nor does it directly contain a specified resource, but it does share resources or have a crossproject relationship with a project that does contain a specified resource.

4

CrossProject

Project has a cross-project link with a specified project.

See Also

Reference

ProjectContextDataSet.RelationshipsRow Class

ProjectContextDataSet.RelationshipsRow Members

WebSvcProject Namespace