PICollectiveMember.IsConnectedToPrimary Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates if the client is connected to the primary server within the collective.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsConnectedToPrimary { get; }
Public ReadOnly Property IsConnectedToPrimary As Boolean Get Dim instance As PICollectiveMember Dim value As Boolean value = instance.IsConnectedToPrimary
public: property bool IsConnectedToPrimary { bool get (); }
member IsConnectedToPrimary : bool with get
Property Value
Type: BooleanReturns an indication if the client is connected to the primary server within the collective.