Partager via


Propriété EdmAssertTypeExpression.Type

Obtient ou définit le type déclaré.

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

Syntaxe

'Déclaration
Public Property Type As IEdmTypeReference
    Get
    Set
'Utilisation
Dim instance As EdmAssertTypeExpression
Dim value As IEdmTypeReference

value = instance.Type

instance.Type = value
public IEdmTypeReference Type { get; set; }
public:
virtual property IEdmTypeReference^ Type {
    IEdmTypeReference^ get () sealed;
    void set (IEdmTypeReference^ value) sealed;
}
abstract Type : IEdmTypeReference with get, set
override Type : IEdmTypeReference with get, set
final function get Type () : IEdmTypeReference
final function set Type (value : IEdmTypeReference)

Valeur de propriété

Type : Microsoft.Data.Edm.IEdmTypeReference

Implémente

IEdmAssertTypeExpression.Type

Voir aussi

Référence

EdmAssertTypeExpression Classe

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