IAFAttribute.IsConfigurationItem Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The IsConfigurationItem setting of the AFAttributeTemplate or AFAttribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.