共用方式為


ExtensionSettings.Extension 屬性

Gets or sets the name of the delivery extension.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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.

請參閱

參考

ExtensionSettings 類別

ReportService2006 命名空間