Condividi tramite


Proprietà EdmValueTerm.Type

Ottiene il tipo del termine.

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 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

Valore proprietà

Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo del termine.

Implementa

IEdmValueTerm.Type

Vedere anche

Riferimento

EdmValueTerm Classe

Spazio dei nomi Microsoft.Data.Edm.Library