AFPlugIn.NonEditableConfigAttribute.Value Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets a value that indicates whether the AFDataReference is
restricted.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Value { get; }
Public ReadOnly Property Value As Boolean Get Dim instance As AFPlugInNonEditableConfigAttribute Dim value As Boolean value = instance.Value
public: property bool Value { bool get (); }
member Value : bool with get
Property Value
Type: BooleanIf , the AFDataReference indicates that it should be treated as a restricted data reference. The default value is if the attribute is not specified.