Value Property (TextValue)
In This Topic
Provides a textual representation of the field's value.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property Value As String
'Usage
Dim instance As TextValue
Dim value As String
value = instance.Value
public override string Value {get;}
public:
property String^ Value {
String^ get() override;
}
See Also