다음을 통해 공유


BindingMetadata.IsReadOnly 속성

정의

모델이 읽기 전용인지 여부를 나타내는 값을 가져오거나 설정합니다. 생성되는 모델 메타데이터가 속성이 아닌 경우 무시됩니다. 이 IsReadOnlynull 속성 접근자 및 모델의 Type접근성에 따라 계산됩니다. IsReadOnly을 참조하세요.

public:
 property Nullable<bool> IsReadOnly { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsReadOnly { get; set; }
member this.IsReadOnly : Nullable<bool> with get, set
Public Property IsReadOnly As Nullable(Of Boolean)

속성 값

적용 대상