IEdmStructuredType.IsAbstract Property

Gets a value indicating whether this type is abstract.

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

Syntax

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

Property Value

Type: System.Boolean
True if this type is abstract; otherwise, false.

See Also

Reference

IEdmStructuredType Interface

Microsoft.Data.Edm Namespace