Property AutoCleanAddCount
AutoCleanAddCount
Gets or sets the number of add (or indexer set) operations that automatically triggers the Clean() method to run. Default value is null which indicates that automatic cleaning is not performed.
Declaration
public int? AutoCleanAddCount { get; set; }
Property Value
Type | Description |
---|---|
int? |