Share via


EntityTypeConfiguration.IsAbstract Property

Gets or sets a value indicating whether this type is abstract.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Overridable Property IsAbstract As Nullable(Of Boolean)
    Get 
    Set
'Usage
Dim instance As EntityTypeConfiguration 
Dim value As Nullable(Of Boolean)

value = instance.IsAbstract

instance.IsAbstract = value
public virtual Nullable<bool> IsAbstract { get; set; }
public:
virtual property Nullable<bool> IsAbstract {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsAbstract : Nullable<bool> with get, set 
override IsAbstract : Nullable<bool> with get, set
function get IsAbstract () : Nullable<boolean>
function set IsAbstract (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>
A value indicating whether this type is abstract. Set to null.

See Also

Reference

EntityTypeConfiguration Class

System.Web.Http.OData.Builder Namespace