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


Свойство Value

Gets a string that represents the value of an extension setting.

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

Синтаксис

'Декларация
Public Property Value As String
    Get
    Set
'Применение
Dim instance As ExtensionParameter
Dim value As String

value = instance.Value

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

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

Тип: System. . :: . .String
A String that contains the value of an extension setting. Read-only.