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






Returns the number of the element content strings indexed in FastInfoset vocabulary.

Syntax

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

See Also