ParameterValue.Value Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of a parameter.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

public string Value { get; set; }
public:
property String^ Value {
    String^ get();
    void set(String^ value);
}
member Value : string with get, set
Public Property Value As String

Property Value

Type: System.String

A String containing the value of a parameter.

See Also

ParameterValue Class
ReportExecution2005 Namespace

Return to top