public List<int> RaterCount { get; set; }
Public Property RaterCount As List(Of Integer) Get Set
public: property List<int^>^ RaterCount { List<int^>^ get (); void set (List<int^>^ value); }