IAFAttribute.IsExcluded Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The IsExcluded setting of the AFAttributeTemplate or AFAttribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
bool IsExcluded { get; set; }
Property IsExcluded As Boolean Get Set Dim instance As IAFAttribute Dim value As Boolean value = instance.IsExcluded instance.IsExcluded = value
property bool IsExcluded { bool get (); void set (bool value); }
abstract IsExcluded : bool with get, set
Property Value
Type: BooleanThis property maps to AFAttributeTemplate.IsExcluded or AFAttribute.IsExcluded.