Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public bool SkipExpensiveAvailabilityChecks {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool SkipExpensiveAvailabilityChecks {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member SkipExpensiveAvailabilityChecks : bool with get, set
Public Property SkipExpensiveAvailabilityChecks As Boolean
Property Value
Type: System.Boolean
See Also
ODataSerializerContext Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top