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