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.
Sets the CollectionProperty to optional (i.e. nullable).
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public CollectionPropertyConfiguration IsOptional()
public:
CollectionPropertyConfiguration^ IsOptional()
member IsOptional : unit -> CollectionPropertyConfiguration
Public Function IsOptional As CollectionPropertyConfiguration
Return Value
Type: System.Web.Http.OData.Builder.CollectionPropertyConfiguration
See Also
CollectionPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top