ResourceContext.SkipExpensiveAvailabilityChecks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether ActionAvailabilityChecks should be performed or not.
public bool SkipExpensiveAvailabilityChecks { get; set; }
member this.SkipExpensiveAvailabilityChecks : bool with get, set
Public Property SkipExpensiveAvailabilityChecks As Boolean
Property Value
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.