Summary
Gets or sets a value indicating whether to auto generate
Guid
at compile time.
- Namespace
- Cake
.Common .Tools .WiX .Heat - Containing Type
- HeatSettings
Syntax
public bool AutogeneratedGuid { get; set; }
Value
Type | Description |
---|---|
bool |
true if [autogenerated unique identifier]; otherwise, false .
|