StructuralPropertyConfiguration.OptionalProperty Property
Gets or sets a value indicating whether this property is optional or not.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public bool OptionalProperty { get; set; }
public:
property bool OptionalProperty {
bool get();
void set(bool value);
}
member OptionalProperty : bool with get, set
Public Property OptionalProperty As Boolean
Property Value
Type: System.Boolean
See Also
StructuralPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top