PropertyEntry.IsReadOnly Propriedade

Definição

Obtém um valor que indica se o PropertyEntry é somente leitura.Gets a value that indicates whether the PropertyEntry is read-only.

public:
 abstract property bool IsReadOnly { bool get(); };
public abstract bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public MustOverride ReadOnly Property IsReadOnly As Boolean

Valor da propriedade

Boolean

true se a entrada da propriedade for somente leitura; caso contrário, false .true if the property entry is read-only; otherwise, false.

Aplica-se a