Поделиться через


Свойство ParameterName

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

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property ParameterName As String
    Get
    Set
'Применение
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)

Значение свойства

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