Builder..::..Protocol Property

Namespace:  global
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public string Protocol { get; set; }
Public Property Protocol As String
	Get
	Set
public:
property String^ Protocol {
	String^ get ();
	void set (String^ value);
}