Compartir a través de


ModelItem.ModelItemTypeName Propiedad

Gets the type of the model item.

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

Sintaxis

'Declaración
Public Property ModelItemTypeName As String 
    Get 
    Set
'Uso
Dim instance As ModelItem 
Dim value As String 

value = instance.ModelItemTypeName

instance.ModelItemTypeName = value
public string ModelItemTypeName { get; set; }
public:
property String^ ModelItemTypeName {
    String^ get ();
    void set (String^ value);
}
member ModelItemTypeName : string with get, set
function get ModelItemTypeName () : String 
function set ModelItemTypeName (value : String)

Valor de la propiedad

Tipo: System.String
A String value indicating the type of the model item.

Comentarios

For a list of supported model item types, use the ListModelItemTypes method.

Vea también

Referencia

ModelItem Clase

Espacio de nombres ReportService2010