Partager via


Propriété EdmValueTerm.Type

Obtient le type de ce terme.

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

Syntaxe

'Déclaration
Public ReadOnly Property Type As IEdmTypeReference
    Get
'Utilisation
Dim instance As EdmValueTerm
Dim value As IEdmTypeReference

value = instance.Type
public IEdmTypeReference Type { get; }
public:
virtual property IEdmTypeReference^ Type {
    IEdmTypeReference^ get () sealed;
}
abstract Type : IEdmTypeReference
override Type : IEdmTypeReference
final function get Type () : IEdmTypeReference

Valeur de propriété

Type : Microsoft.Data.Edm.IEdmTypeReference
Type de ce terme.

Implémente

IEdmValueTerm.Type

Voir aussi

Référence

EdmValueTerm Classe

Espace de noms Microsoft.Data.Edm.Library