Compartir a través de


Type Propiedad

Gets the type of the model item.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Property Type As ModelItemTypeEnum
    Get
    Set
'Uso
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)

Valor de la propiedad

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