'Declaration Public ReadOnly Property Value As String
'Declaration
Public ReadOnly Property Value As String
'Usage Dim instance As RateParam Dim value As String value = instance.Value
'Usage
Dim instance As RateParam Dim value As String value = instance.Value
public string Value {get;}
public read-only property Value: String;
public function get Value : String
public: __property string* get_Value();
public: property String^ Value { String^ get(); }
RateParam Class RateParam Members