Share via


ComplexTypeConfiguration.BaseType Property

 

Gets or sets the base type of this complex type.

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

Syntax

public virtual ComplexTypeConfiguration BaseType { get; set; }
public:
property ComplexTypeConfiguration^ BaseType {
    virtual ComplexTypeConfiguration^ get();
    virtual void set(ComplexTypeConfiguration^ value);
}
abstract BaseType : ComplexTypeConfiguration with get, set
override BaseType : ComplexTypeConfiguration with get, set
Public Overridable Property BaseType As ComplexTypeConfiguration

Property Value

Type: System.Web.OData.Builder.ComplexTypeConfiguration

See Also

ComplexTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top