ISyndicationClient.BypassCacheOnRetrieve 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 Boolean that indicates whether cache will be bypassed when retrieving the feed.
public:
property bool BypassCacheOnRetrieve { bool get(); void set(bool value); };
bool BypassCacheOnRetrieve();
void BypassCacheOnRetrieve(bool value);
public bool BypassCacheOnRetrieve { get; set; }
var boolean = iSyndicationClient.bypassCacheOnRetrieve;
iSyndicationClient.bypassCacheOnRetrieve = boolean;
Public Property BypassCacheOnRetrieve As Boolean
Property Value
Boolean
bool
TRUE if the cache should be bypassed; otherwise FALSE.