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.
Marks the current complex property as optional.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ComplexPropertyConfiguration IsOptional()
public:
ComplexPropertyConfiguration^ IsOptional()
member IsOptional : unit -> ComplexPropertyConfiguration
Public Function IsOptional 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