Summary
Gets or sets a value indicating whether users has to accept the package license.
- Namespace
- Cake
.Common .Tools .Chocolatey .Pack - Containing Type
- Chocolatey
Pack Settings
Syntax
public bool RequireLicenseAcceptance { get; set; }
Value
Type | Description |
---|---|
bool |
true if users has to accept the package license; otherwise, false .
|