Partager via


Propriété TypeName

Obtient le type de l'élément.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property TypeName As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
Valeur de type string qui spécifie le type d'un élément.

Notes

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