PICollectiveMember.Port Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property is the port number used to connect to the PIServer
for this PICollectiveMember on the remote host.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int Port { get; }
Public ReadOnly Property Port As Integer Get Dim instance As PICollectiveMember Dim value As Integer value = instance.Port
public: property int Port { int get (); }
member Port : int with get
Property Value
Type: Int32The port number used to connect to the PIServer for this PICollectiveMember on the remote host.