LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Eigenschap

Definitie

Hiermee wordt het maximumpercentage cookies opgehaald of ingesteld dat kan worden vernieuwd.

public:
 property int CookieRenewalThresholdPercentage { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("cookieRenewalThresholdPercentage", DefaultValue=60)]
[System.Configuration.IntegerValidator(MaxValue=100, MinValue=0)]
public int CookieRenewalThresholdPercentage { get; set; }
[<System.Configuration.ConfigurationProperty("cookieRenewalThresholdPercentage", DefaultValue=60)>]
[<System.Configuration.IntegerValidator(MaxValue=100, MinValue=0)>]
member this.CookieRenewalThresholdPercentage : int with get, set
Public Property CookieRenewalThresholdPercentage As Integer

Waarde van eigenschap

Een waarde tussen 0 en 100. De standaardwaarde is 90.

Kenmerken

Van toepassing op