Share via


ComplexPropertyConfiguration.IsRequired Method ()

 

Marks the current complex property as required.

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

Syntax

public ComplexPropertyConfiguration IsRequired()
public:
ComplexPropertyConfiguration^ IsRequired()
member IsRequired : unit -> ComplexPropertyConfiguration
Public Function IsRequired As ComplexPropertyConfiguration

Return Value

Type: System.Web.OData.Builder.ComplexPropertyConfiguration

Returns itself so that multiple calls can be chained.

See Also

ComplexPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top