다음을 통해 공유


ExtensionTypeName 속성

Gets the type of the extension.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property ExtensionTypeName As String
    Get
    Set
‘사용 방법
Dim instance As Extension
Dim value As String

value = instance.ExtensionTypeName

instance.ExtensionTypeName = value
public string ExtensionTypeName { get; set; }
public:
property String^ ExtensionTypeName {
    String^ get ();
    void set (String^ value);
}
member ExtensionTypeName : string with get, set
function get ExtensionTypeName () : String
function set ExtensionTypeName (value : String)

속성 값

유형: System. . :: . .String
A String value that represents the type of the extension.

주의

For a list of supported extension types, use the ListExtensionTypes method.