Returns the number of the attribute value strings indexed in FastInfoset vocabulary.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property AttributeStringsIndexed As Integer |
| 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