BoundPropertyEntry.IsEncoded Propriedade
Definição
Obtém ou define um valor que indica se o valor da propriedade de controle é codificado.Gets or sets a value that indicates whether the value of the control property is encoded.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property bool IsEncoded { bool get(); void set(bool value); };
public bool IsEncoded { get; set; }
member this.IsEncoded : bool with get, set
Public Property IsEncoded As Boolean
Valor da propriedade
true Se o valor da propriedade Control for codificado; caso contrário, false .true if the value of the control property is encoded; otherwise, false.