PIIdentity.IsEnabled Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property determines if the PIIdentity is enabled on the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsEnabled { get; set; }
Public Property IsEnabled As Boolean Get Set Dim instance As PIIdentity Dim value As Boolean value = instance.IsEnabled instance.IsEnabled = value
public: property bool IsEnabled { bool get (); void set (bool value); }
member IsEnabled : bool with get, set
Property Value
Type: BooleanReturns if the PIIdentity is enabled on the PIServer, otherwise is returned.