ParameterFieldReference.ParameterName Property

Gets or sets the name of a field reference that represents a parameter.

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

Syntax

'Declaration
Public Property ParameterName As String
    Get
    Set
'Usage
Dim instance As ParameterFieldReference
Dim value As String

value = instance.ParameterName

instance.ParameterName = value
public string ParameterName { get; set; }
public:
property String^ ParameterName {
    String^ get ();
    void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String
function set ParameterName (value : String)

Property Value

Type: System.String
A String value that contains the name of a field reference that represents a parameter.