SyndicationClient.BypassCacheOnRetrieve Property

Definition

Gets or sets a Boolean value that specifies whether to bypass the cache 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 = syndicationClient.bypassCacheOnRetrieve;
syndicationClient.bypassCacheOnRetrieve = boolean;
Public Property BypassCacheOnRetrieve As Boolean

Property Value

Boolean

bool

TRUE if the cache should be bypassed; otherwise FALSE.

Implements

Applies to