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