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

適用対象