PIConnectionInfo.PIServer Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property allows access to the PIServer associated with this
object.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIServer PIServer { get; }
Public ReadOnly Property PIServer As PIServer Get Dim instance As PIConnectionInfo Dim value As PIServer value = instance.PIServer
public: property PIServer^ PIServer { PIServer^ get (); }
member PIServer : PIServer with get
Property Value
Type: PIServerReturns the PIServer associated with this object.