TokenReplayDetectionElement.Enabled 속성

정의

재생 검색을 수행해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

true재생 검색을 수행하려면 다음을 수행합니다. 그렇지 않으면 . false

특성

설명

이 속성은 선택 사항입니다. 요소의 enabled<tokenReplayDetection> 특성을 나타냅니다.

적용 대상