ProjectRelationsDataSet.ProjectRelations Property
Contains a set of projects that that have this project as a subproject.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ProjectRelations As ProjectRelationsDataSet.ProjectRelationsDataTable
Get
'Usage
Dim instance As ProjectRelationsDataSet
Dim value As ProjectRelationsDataSet.ProjectRelationsDataTable
value = instance.ProjectRelations
[BrowsableAttribute(false)]
public ProjectRelationsDataSet.ProjectRelationsDataTable ProjectRelations { get; }
Property Value
Type: WebSvcProject.ProjectRelationsDataSet.ProjectRelationsDataTable