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