Właściwość ExtensionSettings.Extension
Pobiera lub ustawia nazwę rozszerzenie dostarczania.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property Extension As String
Get
Set
'Użycie
Dim instance As ExtensionSettings
Dim value As String
value = instance.Extension
instance.Extension = value
public string Extension { get; set; }
public:
property String^ Extension {
String^ get ();
void set (String^ value);
}
member Extension : string with get, set
function get Extension () : String
function set Extension (value : String)
Wartość właściwości
Typ: System.String
Nazwa rozszerzenie dostarczania.