Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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