Share via


SyndicationClient.BypassCacheOnRetrieve Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se ignorare la cache durante il recupero del 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

Valore della proprietà

Boolean

bool

TRUE se la cache deve essere ignorata; in caso contrario FALSE.

Implementazioni

Si applica a