StatusingDataSet.AssnCustomFieldsRow.NUM_VALUE Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to 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