ProjectRelationsDataSet.ProjectRelations property
Contains a set of projects that have this project as a subproject.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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