TokenReplayDetectionElement.Enabled Proprietà

Definizione

Ottiene o imposta un valore che indica se deve essere eseguito il rilevamento della riproduzione.

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

Valore della proprietà

true per eseguire il rilevamento della riproduzione; in caso contrario, false.

Attributi

Commenti

Questa proprietà è facoltativa. Rappresenta l'attributo enabled dell'elemento <tokenReplayDetection> .

Si applica a