PlannerSolutionDataSet.SolutionProjectsRow.STATUS - Propriété
Obtient ou définit la valeur qui spécifie si le projet est sélectionné ou non.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property STATUS As Byte
Get
Set
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Byte
value = instance.STATUS
instance.STATUS = value
public byte STATUS { get; set; }
Valeur de propriété
Type : System.Byte
Cette propriété renvoie Byte.
Remarques
Elle prend une des deux valeurs :
Valeur |
Signification |
0 |
Cette option est désactivée (Out) |
1 |
Sélectionné (entrant) |
Voir aussi
Référence
PlannerSolutionDataSet.SolutionProjectsRow classe