AFConnectionInfo.IsConnected Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates the connection status to the PI AF Server.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean Get Dim instance As AFConnectionInfo Dim value As Boolean value = instance.IsConnected
public: property bool IsConnected { bool get (); }
member IsConnected : bool with get
Property Value
Type: BooleanReturns if currently connected to the PI AF Server, otherwise is returned.