Partager via


Propriété ModelItem.ModelItemTypeName

Gets the type of the model item.

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

Syntaxe

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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

ModelItem Classe

Espace de noms ReportService2010