StructuralTypeConfiguration.BaseTypeInternal Property
Gets the base type of this structural type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
protected internal virtual StructuralTypeConfiguration BaseTypeInternal { get; }
public protected:
property StructuralTypeConfiguration^ BaseTypeInternal {
virtual StructuralTypeConfiguration^ get();
}
abstract BaseTypeInternal : StructuralTypeConfiguration with get
override BaseTypeInternal : StructuralTypeConfiguration with get
Protected Friend Overridable ReadOnly Property BaseTypeInternal As StructuralTypeConfiguration
Property Value
Type: System.Web.OData.Builder.StructuralTypeConfiguration
See Also
StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top