AFCollectiveMember.IsConnected Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates if the collective member is being used as the connection to the PI AF Server.
Namespace: OSIsoft.AF.Collective
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 AFCollectiveMember Dim value As Boolean value = instance.IsConnected
public: property bool IsConnected { bool get (); }
member IsConnected : bool with get
Property Value
Type: BooleanReturns if the collective member is currently connected to the PI AF Server, otherwise is returned.