Gets and sets the maximum number of characters that a string value may contain in order to be added to the vocabulary.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MaxVocabularyStringLength As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As XmlFastInfosetWriter
Dim value As Integer
instance.MaxVocabularyStringLength = value
value = instance.MaxVocabularyStringLength |
| C# | |
|---|
public int MaxVocabularyStringLength {get; set;} |
| Delphi | |
|---|
public read-write property MaxVocabularyStringLength: Integer; |
| JScript | |
|---|
public function get,set MaxVocabularyStringLength : int |
| Managed Extensions for C++ | |
|---|
public: __property int get_MaxVocabularyStringLength();
public: __property void set_MaxVocabularyStringLength(
int value
); |
| C++/CLI | |
|---|
public:
property int MaxVocabularyStringLength {
int get();
void set ( int value);
} |
Remarks
See Also