EdmStructuredType.IsAbstract Property

Gets a value that indicates whether the type is abstract.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property IsAbstract As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean
true if the type is abstract; otherwise, false.

Implements

IEdmStructuredType.IsAbstract

See Also

Reference

EdmStructuredType Class

Microsoft.Data.Edm.Library Namespace