Share via


ComplexTypeConfiguration.Abstract Method ()

 

Marks this complex type as abstract.

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

Syntax

public virtual ComplexTypeConfiguration Abstract()
public:
virtual ComplexTypeConfiguration^ Abstract()
abstract Abstract : unit -> ComplexTypeConfiguration
override Abstract : unit -> ComplexTypeConfiguration
Public Overridable Function Abstract As ComplexTypeConfiguration

Return Value

Type: System.Web.OData.Builder.ComplexTypeConfiguration

Returns itself so that multiple calls can be chained.

See Also

ComplexTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top