ODataSerializerContext.SkipExpensiveAvailabilityChecks Property
Get or sets whether expensive links should be calculated.
Namespace: System.Web.Http.OData.Formatter.Serialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Property SkipExpensiveAvailabilityChecks As Boolean
Get
Set
'Usage
Dim instance As ODataSerializerContext
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 the expensive links should be calculated; otherwise, false.