PlannerSolutionDataSet.SolutionsRow.SOLUTION_DESCRIPTION - Propriété
Obtient ou définit la description de la solution d'agent de planification.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property SOLUTION_DESCRIPTION As String
Get
Set
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As String
value = instance.SOLUTION_DESCRIPTION
instance.SOLUTION_DESCRIPTION = value
public string SOLUTION_DESCRIPTION { get; set; }
Valeur de propriété
Type : System.String
Retourne String .
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsRow classe