FindChoicesOptions.NoValue 속성
정의
선택 값이 검색 되지 않을 지 여부를 나타내는 값을 가져오거나 설정 합니다.Gets or sets a value indicating whether the choices value will NOT be search over.
기본값은 false
입니다.The default is false
. 이 구성 요소는 선택 사항입니다.This is optional.
public bool NoValue { get; set; }
member this.NoValue : bool with get, set
Public Property NoValue As Boolean
속성 값
선택 값이 검색 되지 않으면 true
이 고, 그렇지 않으면 false
입니다.A true
if the choices value will NOT be search over; otherwise false
.