Share via


ProjectDataSet.DependencyDataTable.FindByLINK_UIDPROJ_UID Method

Retrieves a DependencyRow object by using the specified link GUID and the specified project GUID.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Function FindByLINK_UIDPROJ_UID ( _
    LINK_UID As Guid, _
    PROJ_UID As Guid _
) As ProjectDataSet.DependencyRow
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim LINK_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As ProjectDataSet.DependencyRow

returnValue = instance.FindByLINK_UIDPROJ_UID(LINK_UID, _
    PROJ_UID)
public ProjectDataSet.DependencyRow FindByLINK_UIDPROJ_UID(
    Guid LINK_UID,
    Guid PROJ_UID
)

Parameters

  • PROJ_UID
    Type: System.Guid
    Contains the project GUID.

Return Value

Type: [Statusing Web service].ProjectDataSet.DependencyRow

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

Statusing Web Service