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