'Declaration
Public Property CodePage As DictionaryCodePage
'Usage
Dim instance As SmartZoneOCRDictionary Dim value As DictionaryCodePage instance.CodePage = value value = instance.CodePage
public DictionaryCodePage CodePage {get; set;}
public: __property DictionaryCodePage get_CodePage(); public: __property void set_CodePage( DictionaryCodePage value );
public: property DictionaryCodePage CodePage { DictionaryCodePage get(); void set ( DictionaryCodePage value); }