'Declaration
Public Property PresentationState As DicomDataSet
'Usage
Dim instance As PSLabelCreatedArgs Dim value As DicomDataSet instance.PresentationState = value value = instance.PresentationState
public DicomDataSet PresentationState {get; set;}
public read-write property PresentationState: DicomDataSet;
public function get,set PresentationState : DicomDataSet
public: __property DicomDataSet* get_PresentationState(); public: __property void set_PresentationState( DicomDataSet* value );
public: property DicomDataSet^ PresentationState { DicomDataSet^ get(); void set ( DicomDataSet^ value); }