IAFAttribute.IsExcluded Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
The IsExcluded setting of the AFAttributeTemplate or AFAttribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
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.