Specifies whether this vocabulary uses initial read-only vocabulary.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable ReadOnly Property HasInitialVocabulary As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Vocabulary
Dim value As Boolean
value = instance.HasInitialVocabulary |
| C# | |
|---|
public virtual bool HasInitialVocabulary {get;} |
| Delphi | |
|---|
public read-only property HasInitialVocabulary: Boolean; virtual; |
| JScript | |
|---|
public function get HasInitialVocabulary : boolean |
| Managed Extensions for C++ | |
|---|
public: __property virtual bool get_HasInitialVocabulary(); |
| C++/CLI | |
|---|
public:
virtual property bool HasInitialVocabulary {
bool get();
} |
Property Value
true if this vocabulary uses initial read-only vocabulary; false otherwise.
See Also