ManagedCompiler.NoLogo Propriedade

Definição

Obtém ou define um valor que indica se as informações da faixa do compilador devem ser suprimidas.Gets or sets a value indicating whether to suppress the compiler banner information.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property bool NoLogo { bool get(); void set(bool value); };
public bool NoLogo { get; set; }
member this.NoLogo : bool with get, set
Public Property NoLogo As Boolean

Valor da propriedade

Boolean

true para suprimir as informações de faixa do compilador; caso contrário, false .true to suppress the compiler banner information; otherwise, false.

Notas aos Herdeiros

Esta classe usa o atributo StrongNameIdentityPermissionAttribute e não pode ser herdada.This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.

Aplica-se a