ConsoleLogger.SkipProjectStartedText Propriedade
Definição
Obtém ou define um valor que indica se o agente exibirá mensagens quando novos projetos forem iniciados durante o build.Gets or sets a value indicating whether the logger will display messages when new projects are started during the build.
public:
property bool SkipProjectStartedText { bool get(); void set(bool value); };
public bool SkipProjectStartedText { get; set; }
member this.SkipProjectStartedText : bool with get, set
Public Property SkipProjectStartedText As Boolean
Valor da propriedade
true para exibir mensagens quando novos projetos são iniciados durante a compilação; caso contrário, false .true to display messages when new projects are started during the build; otherwise, false. O padrão é true.The default is true.