Summary
Gets or sets a value indicating whether you want to allow duplicates (for
those attributes whose type specifies "AllowMultiple" in their definition).
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool AllowMultiple { get; set; }
Value
Type | Description |
---|---|
bool |
true if duplicates are allowed; otherwise, false .
|