Builder..::..Path Property

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

Syntax


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