DsmlRequestDocument.IsReadOnly Propriedade
Definição
A propriedade IsReadOnly contém um valor que indica se o DsmlRequestDocument é somente leitura ou não.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
Valor da propriedade
true se o DsmlRequestDocument for somente leitura; caso contrário, false.true if the DsmlRequestDocument is read only; otherwise, false.