Noemax FastInfoset.NET
OtherStringsIndexed Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : OtherStringsIndexed Property






Returns the number of the comment and Processing Instruction value strings indexed in FastInfoset vocabulary.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OtherStringsIndexed As Integer
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim value As Integer
 
value = instance.OtherStringsIndexed
C# 
public int OtherStringsIndexed {get;}
Delphi 
public read-only property OtherStringsIndexed: Integer; 
JScript 
public function get OtherStringsIndexed : int
Managed Extensions for C++ 
public: __property int get_OtherStringsIndexed();
C++/CLI 
public:
property int OtherStringsIndexed {
   int get();
}

See Also