PlannerSolutionDataSet.SolutionResHiredRow.RES_HIRE_UID - Propriété
Obtient le GUID de l'entrée de ressources embauchées. En lecture seule.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_HIRE_UID As Guid
Get
Set
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionResHiredRow
Dim value As Guid
value = instance.RES_HIRE_UID
instance.RES_HIRE_UID = value
public Guid RES_HIRE_UID { get; set; }
Valeur de propriété
Type : System.Guid
Cette propriété renvoie Guid.
Voir aussi
Référence
PlannerSolutionDataSet.SolutionResHiredRow classe