| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable ReadOnly Property Value As String | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetReader Dim value As String value = instance.Value | |
| C# | |
|---|---|
public override string Value {get;} | |
| Delphi | |
|---|---|
public read-only property Value: String; override; | |
| JScript | |
|---|---|
public override function get Value : String | |
| Managed Extensions for C++ | |
|---|---|
public: __property string* get_Value() override; | |