Udostępnij za pośrednictwem


Właściwość ExtensionParameter.Value

Pobiera ciąg, który reprezentuje wartość ustawienia rozszerzenia.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property Value As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A ciąg zawiera wartość ustawienia rozszerzenia.Tylko do odczytu.