'Declaration
<ReadOnlyAttribute(False)> Public Property Value As String
'Usage
Dim instance As ReportParameter Dim value As String instance.Value = value value = instance.Value
public read-write property Value: String;
ReadOnlyAttribute() public function get,set Value : String