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 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