IEdmAssertTypeExpression.Type Propiedad
Obtiene el tipo declarado.
Espacio de nombres: Microsoft.Data.Edm.Expressions
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
ReadOnly Property Type As IEdmTypeReference
Get
'Uso
Dim instance As IEdmAssertTypeExpression
Dim value As IEdmTypeReference
value = instance.Type
IEdmTypeReference Type { get; }
property IEdmTypeReference^ Type {
IEdmTypeReference^ get ();
}
abstract Type : IEdmTypeReference
function get Type () : IEdmTypeReference
Valor de la propiedad
Tipo: Microsoft.Data.Edm.IEdmTypeReference
El tipo declarado.