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