Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFPlugIn.IsNonEditableConfig Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFPlugIn.IsNonEditableConfig Property
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: Boolean
If , 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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7

See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in