PlannerSolutionDataSet.SolutionsRow.CONSTRAINT_TYPE - Propriété
Obtient ou définit le type de contrainte à l'aide de la solution d'agent de planification en cours.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property CONSTRAINT_TYPE As Byte
Get
Set
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Byte
value = instance.CONSTRAINT_TYPE
instance.CONSTRAINT_TYPE = value
public byte CONSTRAINT_TYPE { get; set; }
Valeur de propriété
Type : System.Byte
Cette propriété renvoie Byte.
Remarques
Cela doit correspondre à une valeur dans l'énumération Planner.ConstraintType .
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsRow classe