Summary
    Gets or sets a value indicating whether the target assembly will be
    delay signed.
    
		- Namespace
 - Cake
.Common .Tools .ILMerge  - Containing Type
 - ILMergeSettings
 
Syntax
public bool DelaySign { get; set; }
	Value
| Type | Description | 
|---|---|
| bool | 
    true if target assembly will be delay signed; otherwise, false.
     | 
				
