Compartir a través de


CatalogItem.TypeName Propiedad

Gets the type of the item.

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

Sintaxis

'Declaración
Public Property TypeName As String 
    Get 
    Set
'Uso
Dim instance As CatalogItem 
Dim value As String 

value = instance.TypeName

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

Valor de la propiedad

Tipo: System.String
A string value that specifies the type of an item.

Comentarios

For a list of available item types, use the ListItemTypes method.

Vea también

Referencia

CatalogItem Clase

Espacio de nombres ReportService2010