Share via


ODataVersionConstraint.IsRelaxedMatch Property

 

If set to true, allow passing in both OData V1-V3 and next version headers.

Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public bool IsRelaxedMatch {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool IsRelaxedMatch {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member IsRelaxedMatch : bool with get, set
Public Property IsRelaxedMatch As Boolean

Property Value

Type: System.Boolean

See Also

ODataVersionConstraint Class
System.Web.Http.OData.Routing Namespace

Return to top