Summary
Gets or sets a value indicating whether all components are given a guid.
- Namespace
- Cake
.Common .Tools .WiX .Heat - Containing Type
- HeatSettings
Syntax
public bool GenerateGuid { get; set; }
Value
Type | Description |
---|---|
bool |
true if [generate unique identifier]; otherwise, false .
|