FastInfoset.NET Class Reference for .NET
HasExternalVocabulary Property (Vocabulary)






Specifies whether this vocabulary is linked to an external vocabulary.
Syntax
'Declaration
 
Public ReadOnly Property HasExternalVocabulary As System.Boolean
'Usage
 
Dim instance As Vocabulary
Dim value As System.Boolean
 
value = instance.HasExternalVocabulary
public System.bool HasExternalVocabulary {get;}
public read-only property HasExternalVocabulary: System.Boolean; 
public function get HasExternalVocabulary : System.boolean
public: __property System.bool get_HasExternalVocabulary();
public:
property System.bool HasExternalVocabulary {
   System.bool get();
}

Property Value

true if this vocabulary is linked to an external vocabulary, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Vocabulary Class
Vocabulary Members

Send Feedback