AnchorLocateCriteria.BypassCache 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.
Whether locate should bypass the local cache of anchors.
public:
property bool BypassCache { bool get(); void set(bool value); };
public bool BypassCache { get; set; }
member this.BypassCache : bool with get, set
Public Property BypassCache As Boolean