AnalysisDataSet.AnalysisPlannerSolutionsRow.SOLUTION_UID - Propriété
Obtient le GUID du portefeuille de solutions de planificateur de ressources analyse. En lecture seule.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property SOLUTION_UID As Guid
Get
Set
'Utilisation
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
Dim value As Guid
value = instance.SOLUTION_UID
instance.SOLUTION_UID = value
public Guid SOLUTION_UID { get; set; }
Valeur de propriété
Type : System.Guid
Cette propriété renvoie Guid.
Voir aussi
Référence
AnalysisDataSet.AnalysisPlannerSolutionsRow classe