Udostępnij za pośrednictwem


Właściwość ExtensionParameter.Value

Ciąg, który reprezentuje wartość parametru rozszerzenia.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.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
Tylko do odczytu ciąg.