Partager via


Propriété EdmProperty.Type

Obtient ou définit le type de cette propriété.

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 EdmProperty
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 propriété.

Implémente

IEdmProperty.Type

Voir aussi

Référence

EdmProperty Classe

Espace de noms Microsoft.Data.Edm.Library