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