[This is preliminary documentation and is subject to change.]
public List<User> Watchers { get; set; }
Public Property Watchers As List(Of User)
public: property List<User^>^ Watchers { List<User^>^ get (); void set (List<User^>^ value); }