Field.TreatAsNumeric 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.
Gets a value that indicates whether the field value is treated as numeric.
public:
property bool TreatAsNumeric { bool get(); };
[System.Xml.Serialization.XmlIgnore]
public bool TreatAsNumeric { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.TreatAsNumeric : bool
Public ReadOnly Property TreatAsNumeric As Boolean
Property Value
true
if the field value is treated as numeric; otherwise, false
.
- Attributes