ParameterValue.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of a value.

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

Syntax

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

Property Value

Type: System.String

A String containing the name of the parameter value.

See Also

ParameterValue Class
ReportExecution2005 Namespace

Return to top