Extension.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.

请参阅

参考

Extension 类

ReportService2010 命名空间