| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ReadOnlyVocabulary As WriterVocabulary | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As WriterVocabulary Dim value As WriterVocabulary value = instance.ReadOnlyVocabulary | |
| C# | |
|---|---|
public WriterVocabulary ReadOnlyVocabulary {get;} | |
| Delphi | |
|---|---|
public read-only property ReadOnlyVocabulary: WriterVocabulary; | |
| JScript | |
|---|---|
public function get ReadOnlyVocabulary : WriterVocabulary | |
| Managed Extensions for C++ | |
|---|---|
public: __property WriterVocabulary* get_ReadOnlyVocabulary(); | |
| C++/CLI | |
|---|---|
public: property WriterVocabulary^ ReadOnlyVocabulary { WriterVocabulary^ get(); } | |