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