Propriété IEdmStructuredType.IsAbstract
Obtient une valeur indiquant si ce type est abstrait.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property IsAbstract As Boolean
Get
'Utilisation
Dim instance As IEdmStructuredType
Dim value As Boolean
value = instance.IsAbstract
bool IsAbstract { get; }
property bool IsAbstract {
bool get ();
}
abstract IsAbstract : bool
function get IsAbstract () : boolean
Valeur de propriété
Type : System.Boolean
True si ce type est abstrait ; sinon, false.