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


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