ProjectDataSet.ProjectRow.PLANNER_SOLUTION_UID - Propriété
Obtient le GUID de la solution du Planificateur de ressources analyse de portefeuille appartenant à un projet.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property PLANNER_SOLUTION_UID As Guid
Get
Set
'Utilisation
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.PLANNER_SOLUTION_UID
instance.PLANNER_SOLUTION_UID = value
public Guid PLANNER_SOLUTION_UID { get; set; }
Valeur de propriété
Type : System.Guid
Une solution du planificateur GUID.
Remarques
Lecture seule.
Voir aussi
Référence
ProjectDataSet.ProjectRow classe