Partager via


Propriété EdmValue.Type

Obtient le type de cette valeur.

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

Syntaxe

'Déclaration
Public ReadOnly Property Type As IEdmTypeReference
    Get
'Utilisation
Dim instance As EdmValue
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 cette valeur.

Implémente

IEdmValue.Type

Voir aussi

Référence

EdmValue Classe

Espace de noms Microsoft.Data.Edm.Library.Values