Share via


SyndicationClient.BypassCacheOnRetrieve Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se omitirá la memoria caché al recuperar la fuente.

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

Valor de propiedad

Boolean

bool

TRUE si se debe omitir la memoria caché; en caso contrario , FALSE.

Implementaciones

Se aplica a