ActorPath..::..Address Property

The Address under which this path can be reached; walks up the tree to the RootActorPath.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


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

Field Value

The address.