| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ContentStringsIndexed As Integer | |
| Visual Basic (Usage) | |
|---|---|
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(); | |