EditableAttribute.AllowInitialValue 속성

정의

초기 값의 사용 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

true 초기 값을 사용하도록 설정하면 이고, 그렇지 않으면 입니다 false.

설명

이 속성은 기본적으로 생성자에 지정된 값으로 EditableAttribute 설정됩니다.

적용 대상