Encoding.IsReadOnly Propriedade

Definição

Quando substituído em uma classe derivada, obtém um valor que indica se a codificação atual é somente leitura.

public:
 property bool IsReadOnly { bool get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public bool IsReadOnly { get; }
public bool IsReadOnly { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.IsReadOnly : bool
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Valor da propriedade

true se a corrente Encoding for somente leitura; caso contrário, false. O padrão é true.

Atributos

Aplica-se a