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