AFAttributeTrait.RequireNumeric Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates if the AFAttribute with this trait defined must have a Type that is numeric.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool RequireNumeric { get; }
Public ReadOnly Property RequireNumeric As Boolean Get Dim instance As AFAttributeTrait Dim value As Boolean value = instance.RequireNumeric
public: property bool RequireNumeric { bool get (); }
member RequireNumeric : bool with get
Property Value
Type: BooleanReturns if the Type must be numeric.