ComplexPropertyConfiguration.IsRequired Method ()
Marks the current complex property as required.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ComplexPropertyConfiguration IsRequired()
public:
ComplexPropertyConfiguration^ IsRequired()
member IsRequired : unit -> ComplexPropertyConfiguration
Public Function IsRequired As ComplexPropertyConfiguration
Return Value
Type: System.Web.Http.OData.Builder.ComplexPropertyConfiguration
Returns itself so that multiple calls can be chained.
See Also
ComplexPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top