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 |
| 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