'Declaration
Public Property PresentationState As DicomDataSet
'Usage
Dim instance As DicomImage Dim value As DicomDataSet instance.PresentationState = value value = instance.PresentationState
public DicomDataSet PresentationState {get; set;}
public: property DicomDataSet^ PresentationState { DicomDataSet^ get(); void set ( DicomDataSet^ value); }