LocalClientSecuritySettingsElement.CacheCookies Eigenschap

Definitie

Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft of cookiecaching is ingeschakeld.

public:
 property bool CacheCookies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("cacheCookies", DefaultValue=true)]
public bool CacheCookies { get; set; }
[<System.Configuration.ConfigurationProperty("cacheCookies", DefaultValue=true)>]
member this.CacheCookies : bool with get, set
Public Property CacheCookies As Boolean

Waarde van eigenschap

true als cookiecaching is ingeschakeld; anders, false. De standaardwaarde is false.

Kenmerken

Van toepassing op