Extension 属性

Gets or sets name of the delivery extension.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Property Extension As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String
The name of the delivery extension.