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
'Declaration
Public Property SkipExpensiveAvailabilityChecks As Boolean
Get
Set
'Usage
Dim instance As EntityInstanceContext
Dim value As Boolean
value = instance.SkipExpensiveAvailabilityChecks
instance.SkipExpensiveAvailabilityChecks = value
public bool SkipExpensiveAvailabilityChecks { get; set; }
public:
property bool SkipExpensiveAvailabilityChecks {
bool get ();
void set (bool value);
}
member SkipExpensiveAvailabilityChecks : bool with get, set
function get SkipExpensiveAvailabilityChecks () : boolean
function set SkipExpensiveAvailabilityChecks (value : boolean)
Property Value
Type: System.Boolean
true if ActionAvailabilityChecks should be performed or not; otherwise, false.