AFCollectiveMember.Protocol Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Read/write property that is the protocol used to connect to the PI AF Server for
this AFCollectiveMember on the remote host.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFConnectionProtocol Protocol { get; set; }
Public Property Protocol As AFConnectionProtocol Get Set Dim instance As AFCollectiveMember Dim value As AFConnectionProtocol value = instance.Protocol instance.Protocol = value
public: property AFConnectionProtocol Protocol { AFConnectionProtocol get (); void set (AFConnectionProtocol value); }
member Protocol : AFConnectionProtocol with get, set
Property Value
Type: AFConnectionProtocolThe protocol used to connect to the PI AF Server for this AFCollectiveMember on the remote host.