Share via


StructuralTypeConfiguration.BaseTypeConfigured Property

 

Gets a value that represents whether the base type is explicitly configured or inferred.

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

Syntax

public virtual bool BaseTypeConfigured { get; }
public:
property bool BaseTypeConfigured {
    virtual bool get();
}
abstract BaseTypeConfigured : bool with get
override BaseTypeConfigured : bool with get
Public Overridable ReadOnly Property BaseTypeConfigured As Boolean

Property Value

Type: System.Boolean

See Also

StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top