LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Propriedade

Definição

Obtém ou define o percentual máximo de cookies que podem ser renovados.Gets or sets the maximum percentage of cookies that can be renewed.

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

Valor da propriedade

Int32

Um valor que está entre 0 e 100 inclusive.A value that is between 0 and 100 inclusively. O padrão é 90.The default is 90.

Atributos

Aplica-se a