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 네임스페이스