Summary
Gets or sets a value indicating whether to show copyright information at the start of the program.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnitSettings
Syntax
public bool NoLogo { get; set; }
Value
Type | Description |
---|---|
bool |
true if to show copyright information at the start of the program; otherwise, false .
|