Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFCollectiveMember.Protocol Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFCollectiveMember.Protocol Property
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: AFConnectionProtocol
The protocol used to connect to the PI AF Server for this AFCollectiveMember on the remote host.

Version Information

AFSDK


See Also

In This Topic