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






Sets the vocabulary to be used when reading the Fast Infoset document.
Syntax
'Declaration
 
Public Property Vocabulary As ReaderVocabulary
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As ReaderVocabulary
 
instance.Vocabulary = value
 
value = instance.Vocabulary
public ReaderVocabulary Vocabulary {get; set;}
public read-write property Vocabulary: ReaderVocabulary; 
public function get,set Vocabulary : ReaderVocabulary
public: __property ReaderVocabulary* get_Vocabulary();
public: __property void set_Vocabulary( 
   ReaderVocabulary* value
);
public:
property ReaderVocabulary^ Vocabulary {
   ReaderVocabulary^ get();
   void set (    ReaderVocabulary^ value);
}
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

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback