'Declaration
Public ReadOnly Property ImageBox As DicomDataSet
'Usage
Dim instance As DicomPrint Dim value As DicomDataSet value = instance.ImageBox
public DicomDataSet ImageBox {get;}
public read-only property ImageBox: DicomDataSet;
public function get ImageBox : DicomDataSet
public: __property DicomDataSet* get_ImageBox();
public: property DicomDataSet^ ImageBox { DicomDataSet^ get(); }