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