Proprietà ExtensionSettings.Extension

Gets or sets the name of the delivery extension.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property Extension As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The name of the delivery extension.

Vedere anche

Riferimento

ExtensionSettings Classe

Spazio dei nomi ReportService2010