ComplexPropertyConfiguration.IsOptional Method ()
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