Gets the value.
Syntax
public read-only property Value: String;
public function get Value : String
public: __property string* get_Value();
'Declaration
Public ReadOnly Property Value As String
'Usage
Dim instance As RateParam
Dim value As String
value = instance.Value
Property Value
The value.
See Also