Share via


TypePresenter.AllowNull 속성

정의

형식에 null을 선택할 수 있도록 형식 프리젠터에 (null) 문자열을 표시할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AllowNull { bool get(); void set(bool value); };
public bool AllowNull { get; set; }
member this.AllowNull : bool with get, set
Public Property AllowNull As Boolean

속성 값

속성이 true이 될 수 있으면 null이고, 그렇지 않으면 false입니다.

적용 대상