Supervise..::..Child Property

Gets the child.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


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

Field Value

The child.