PIConnectionInfo.PIServer Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.