Поделиться через


Свойство 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.