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