ProjectDataSet.AssignmentCustomFieldsRow.FLAG_VALUE - Propriété
Spécifie la valeur du champ personnalisé si la propriété FIELD_TYPE_ENUM est définie sur le type YESNO.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property FLAG_VALUE As Boolean
Get
Set
'Utilisation
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
Dim value As Boolean
value = instance.FLAG_VALUE
instance.FLAG_VALUE = value
public bool FLAG_VALUE { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ProjectDataSet.AssignmentCustomFieldsRow classe