DsmlRequestDocument.IsReadOnly 속성

정의

IsReadOnly 속성에는 DsmlRequestDocument가 읽기 전용인지 여부를 나타내는 값이 포함되어 있습니다.

protected:
 property bool IsReadOnly { bool get(); };
protected bool IsReadOnly { get; }
member this.IsReadOnly : bool
Protected ReadOnly Property IsReadOnly As Boolean

속성 값

DsmlRequestDocument가 읽기 전용이면 true이고, 그렇지 않으면 false입니다.

적용 대상