AFPlugIn.IsNonEditableConfig Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Specifies whether a plugin's configuration should be allowed to be modified in client applications.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsNonEditableConfig { get; }
Public ReadOnly Property IsNonEditableConfig As Boolean Get Dim instance As AFPlugIn Dim value As Boolean value = instance.IsNonEditableConfig
public: property bool IsNonEditableConfig { bool get (); }
member IsNonEditableConfig : bool with get
Property Value
Type: BooleanIf , then the plugin's configuration is allowed to be modified in client applications. If , then client applications should not allow the plugin's configuration to be modified.
Remarks
A plugin can be marked with the AFPlugInNonEditableConfigAttribute on the implementation of the AFDataReference to indicate that it's configuration should not be modified in the user interface of client applications. Its configuration can still be modified using the SDK.