Share via


ProjectDataSet.ProjectDataTable.FindByPROJ_UID Method

Retrieves a ProjectRow object by using the specified custom field 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 FindByPROJ_UID ( _
    PROJ_UID As Guid _
) As ProjectDataSet.ProjectRow
'Usage
Dim instance As ProjectDataSet.ProjectDataTable
Dim PROJ_UID As Guid
Dim returnValue As ProjectDataSet.ProjectRow

returnValue = instance.FindByPROJ_UID(PROJ_UID)
public ProjectDataSet.ProjectRow FindByPROJ_UID(
    Guid PROJ_UID
)

Parameters

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

Return Value

Type: [Statusing Web service].ProjectDataSet.ProjectRow

See Also

Reference

ProjectDataSet.ProjectDataTable Class

ProjectDataSet.ProjectDataTable Members

Statusing Web Service