ExtensionSettings.Extension Property

 

Applies To: SQL Server 2016 Preview

Gets or sets name of the delivery extension.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string Extension { get; set; }
public:
property String^ Extension {
    String^ get();
    void set(String^ value);
}
member Extension : string with get, set
Public Property Extension As String

Property Value

Type: System.String

The name of the delivery extension.

See Also

ExtensionSettings Class
ReportService2005 Namespace

Return to top