ModelItem.Type 属性

Gets the type of the model item.

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

语法

声明
Public Property Type As ModelItemTypeEnum 
    Get 
    Set
用法
Dim instance As ModelItem 
Dim value As ModelItemTypeEnum 

value = instance.Type

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

属性值

类型:ReportService2005.ModelItemTypeEnum
A ModelItemTypeEnum value indicating the type of the model item.

请参阅

参考

ModelItem 类

ReportService2005 命名空间