public User Owner { get; set; }
Public Property Owner As User
public: property User^ Owner { User^ get (); void set (User^ value); }