Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the information about related projects.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcProject.ProjectContextDataSet.RelationshipsDataTable