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