Extension.ExtensionType 属性

Gets the type of the extension.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Property ExtensionType As ExtensionTypeEnum 
    Get 
    Set
用法
Dim instance As Extension 
Dim value As ExtensionTypeEnum 

value = instance.ExtensionType

instance.ExtensionType = value
public ExtensionTypeEnum ExtensionType { get; set; }
public:
property ExtensionTypeEnum ExtensionType {
    ExtensionTypeEnum get ();
    void set (ExtensionTypeEnum value);
}
member ExtensionType : ExtensionTypeEnum with get, set
function get ExtensionType () : ExtensionTypeEnum 
function set ExtensionType (value : ExtensionTypeEnum)

属性值

类型:ReportService2006.ExtensionTypeEnum
An ExtensionTypeEnum value. Read-only.

注释

The ExtensionType property does not return the ExtensionTypeEnum value All.

请参阅

参考

Extension 类

ReportService2006 命名空间