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






Returns the number of the attribute value strings indexed in FastInfoset vocabulary.

Syntax

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

See Also