ProjectRelationsDataSet.ProjectRelationsDataTable.FindByProjectUIDRelatedProjectUID method
Retrieves a ProjectRelationsRow object by using the specified project GUID and the related project GUID.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByProjectUIDRelatedProjectUID ( _
ProjectUID As Guid, _
RelatedProjectUID As Guid _
) As ProjectRelationsDataSet.ProjectRelationsRow
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsDataTable
Dim ProjectUID As Guid
Dim RelatedProjectUID As Guid
Dim returnValue As ProjectRelationsDataSet.ProjectRelationsRow
returnValue = instance.FindByProjectUIDRelatedProjectUID(ProjectUID, _
RelatedProjectUID)
public ProjectRelationsDataSet.ProjectRelationsRow FindByProjectUIDRelatedProjectUID(
Guid ProjectUID,
Guid RelatedProjectUID
)
Parameters
ProjectUID
Type: System.GuidContains the project GUID.
RelatedProjectUID
Type: System.GuidContains the related project GUID.
Return value
Type: WebSvcProject.ProjectRelationsDataSet.ProjectRelationsRow
See also
Reference
ProjectRelationsDataSet.ProjectRelationsDataTable class