Condividi tramite


Proprietà EdmProperty.Type

Ottiene o imposta il tipo della proprietà.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As IEdmTypeReference
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo della proprietà.

Implementa

IEdmProperty.Type

Vedere anche

Riferimento

EdmProperty Classe

Spazio dei nomi Microsoft.Data.Edm.Library