Partager via


ResourcePlanDataSet.UtilizationDataTable.FindByPROJ_UID - Méthode

Obtient l'objet UtilizationRow spécifié par le projet.

Espace de noms :  WebSvcResourcePlan
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Function FindByPROJ_UID ( _
    PROJ_UID As Guid _
) As ResourcePlanDataSet.UtilizationRow
'Utilisation
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim PROJ_UID As Guid
Dim returnValue As ResourcePlanDataSet.UtilizationRow

returnValue = instance.FindByPROJ_UID(PROJ_UID)
public ResourcePlanDataSet.UtilizationRow FindByPROJ_UID(
    Guid PROJ_UID
)

Paramètres

  • PROJ_UID
    Type : System.Guid

    Contient le GUID de projet.

Valeur renvoyée

Type : WebSvcResourcePlan.ResourcePlanDataSet.UtilizationRow

Voir aussi

Référence

ResourcePlanDataSet.UtilizationDataTable classe

ResourcePlanDataSet.UtilizationDataTable - Membres

WebSvcResourcePlan - Espace de noms