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






Sets and gets the vocabulary to be use when writing the Fast Infoset document.
Syntax
'Declaration
 
Public Property Vocabulary As WriterVocabulary
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim value As WriterVocabulary
 
instance.Vocabulary = value
 
value = instance.Vocabulary
public WriterVocabulary Vocabulary {get; set;}
public read-write property Vocabulary: WriterVocabulary; 
public function get,set Vocabulary : WriterVocabulary
public: __property WriterVocabulary* get_Vocabulary();
public: __property void set_Vocabulary( 
   WriterVocabulary* value
);
public:
property WriterVocabulary^ Vocabulary {
   WriterVocabulary^ get();
   void set (    WriterVocabulary^ value);
}
Remarks
The vocabulary provides mappings of strings to integer indices which are used to improve the compactness of the Fast Infoset stream by replacing strings contained in it with their index in the vocabulary.
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members

Send Feedback