Field.TreatAsNumeric プロパティ

定義

フィールドの値が数値として扱われているかどうかを示す値が得られます。

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

プロパティ値

true フィールド値が数値として扱われている場合;それ以外は false

属性

適用対象