PISystem.IsReadOnly Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
True if operations that make modifications are blocked on this instance.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean Get Dim instance As PISystem Dim value As Boolean value = instance.IsReadOnly
public: property bool IsReadOnly { bool get (); }
member IsReadOnly : bool with get