Condividi tramite


Proprietà TypeName

Ottiene il tipo di elemento.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property TypeName As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .String
Valore stringa che specifica il tipo di un elemento.

Osservazioni

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