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