public BatchBurn[] Burns { get; set; }
Public Property Burns As BatchBurn() Get Set
public: property array<BatchBurn^>^ Burns { array<BatchBurn^>^ get (); void set (array<BatchBurn^>^ value); }