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.