public XYFrame CurrentBatch { get; set; }
Public Property CurrentBatch As XYFrame Get Set
public: property XYFrame^ CurrentBatch { XYFrame^ get (); void set (XYFrame^ value); }