RegisterServiceAttribute.ReplaceExisting property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates whether to replace existing registration. Note that when ReplaceExisting is true, SkipExisting is ignored.

public bool ReplaceExisting { get; set; }

See Also