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






Gets and sets the minimum number of characters that a string value must contain in order to be added to the vocabulary.
Syntax
'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
public: __property System.int get_MinVocabularyStringLength();
public: __property void set_MinVocabularyStringLength( 
   System.int value
);
public:
property System.int MinVocabularyStringLength {
   System.int get();
   void set (    System.int value);
}
Remarks

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.

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