[Browsable(true)] public: __property string* get_OCRDataPath(); public: __property void set_OCRDataPath( string* value );
[Browsable(true)] public: property String^ OCRDataPath { String^ get(); void set ( String^ value); }
'Declaration
<BrowsableAttribute(True)> Public Property OCRDataPath As String
'Usage
Dim instance As SmartZoneOCR Dim value As String instance.OCRDataPath = value value = instance.OCRDataPath