Share via


ComplexTypeConfiguration<TComplexType>.BaseType Property

 

Gets the base type of this complex type.

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

Syntax

public ComplexTypeConfiguration BaseType { get; }
public:
property ComplexTypeConfiguration^ BaseType {
    ComplexTypeConfiguration^ get();
}
member BaseType : ComplexTypeConfiguration with get
Public ReadOnly Property BaseType As ComplexTypeConfiguration

Property Value

Type: System.Web.OData.Builder.ComplexTypeConfiguration

See Also

ComplexTypeConfiguration<TComplexType> Class
System.Web.OData.Builder Namespace

Return to top