Share via


StructuralTypeConfiguration.IsAbstract Property

 

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

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

Syntax

public virtual Nullable<bool> IsAbstract {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Nullable<bool> IsAbstract {
    [CompilerGeneratedAttribute]
    virtual Nullable<bool> get();
    [CompilerGeneratedAttribute]
    virtual void set(Nullable<bool> value);
}
abstract IsAbstract : Nullable<bool> with get, set
override IsAbstract : Nullable<bool> with get, set
Public Overridable Property IsAbstract As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top