AFAttributeTrait.RequireNumeric Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.