ProjectDataSet.ProjectDataTable.FindByPROJ_UID method

Retrieves a ProjectRow object by using the specified custom field GUID.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcStatusing.ProjectDataSet.ProjectRow
A row object.

See also

Reference

ProjectDataSet.ProjectDataTable class

ProjectDataSet.ProjectDataTable members

WebSvcStatusing namespace