| Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : MinVocabularyStringLength Property |
'Declaration Public Property MinVocabularyStringLength As System.Integer
'Usage Dim instance As XmlFastInfosetWriter Dim value As System.Integer instance.MinVocabularyStringLength = value value = instance.MinVocabularyStringLength
public System.int MinVocabularyStringLength {get; set;}
public read-write property MinVocabularyStringLength: System.Integer;
public function get,set MinVocabularyStringLength : System.int
The vocabulary is used by Fast Infoset to reduce redundancy and increase compactness. All occurrences of values added to the vocabulary are removed from the document and replaced by an index to the corresponding entry in the vocabulary.
The minimum string length specifies the minimum number of characters that a string value must contain in order to be added to the vocabulary.
Default value of this property is 0.
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