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






Specifies whether this vocabulary uses initial read-only vocabulary.
Syntax
'Declaration
 
Public ReadOnly Property HasInitialVocabulary As System.Boolean
'Usage
 
Dim instance As Vocabulary
Dim value As System.Boolean
 
value = instance.HasInitialVocabulary
public System.bool HasInitialVocabulary {get;}
public read-only property HasInitialVocabulary: System.Boolean; 
public function get HasInitialVocabulary : System.boolean
public: __property System.bool get_HasInitialVocabulary();
public:
property System.bool HasInitialVocabulary {
   System.bool get();
}

Property Value

true if this vocabulary uses initial read-only 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