Partager via


Propriété ODataEntry.TypeName

Obtient ou définit le nom de type de l'entrée.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Property TypeName As String
    Get
    Set
'Utilisation
Dim instance As ODataEntry
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
Nom du type de l'entrée.

Voir aussi

Référence

ODataEntry Classe

Espace de noms Microsoft.Data.OData