PICollectiveMember.Port Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.