'Declaration
<ObsoleteAttribute("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")> Public ReadOnly Property MultiMarkValues As StringCollection
'Usage
Dim instance As OmrSegmentResult Dim value As StringCollection value = instance.MultiMarkValues
[Obsolete("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")] public StringCollection MultiMarkValues {get;}
[Obsolete("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")] public: property StringCollection^ MultiMarkValues { StringCollection^ get(); }