StatusingDataSet.TaskCustomFieldsRow.NUM_VALUE Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la valeur du champ personnalisé si la FIELD_TYPE_ENUM propriété est définie sur le type NUMBER.
public:
property System::Decimal NUM_VALUE { System::Decimal get(); void set(System::Decimal value); };
public decimal NUM_VALUE { get; set; }
member this.NUM_VALUE : decimal with get, set
Public Property NUM_VALUE As Decimal