Partager via


Propriété EdmStructuredType.IsAbstract

Obtient une valeur qui indique si le type est abstrait.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsAbstract As Boolean
    Get
'Utilisation
Dim instance As EdmStructuredType
Dim value As Boolean

value = instance.IsAbstract
public bool IsAbstract { get; }
public:
virtual property bool IsAbstract {
    bool get () sealed;
}
abstract IsAbstract : bool
override IsAbstract : bool
final function get IsAbstract () : boolean

Valeur de propriété

Type : System.Boolean
true si le type est abstrait ; sinon, false.

Implémente

IEdmStructuredType.IsAbstract

Voir aussi

Référence

EdmStructuredType Classe

Espace de noms Microsoft.Data.Edm.Library