Share via


EntityInstanceContext.SkipExpensiveAvailabilityChecks Property

 

Gets or sets a value indicating whether ActionAvailabilityChecks should be performed or not.

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

Syntax

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

Property Value

Type: System.Boolean

Remarks

This value is used to tell the formatter whether to check availability of an action before including a link to it. When in a feed we skip this check.

See Also

EntityInstanceContext Class
System.Web.Http.OData Namespace

Return to top