DsmlRequestDocument.IsReadOnly Property

Definition

The IsReadOnly property contains a value indicating whether the DsmlRequestDocument is read only or not.

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

Property Value

true if the DsmlRequestDocument is read only; otherwise, false.

Applies to