ProfilePropertySettingsCollection.ThrowOnDuplicate Property

Definition

Gets a value indicating whether an error should be thrown if an attempt to create a duplicate object is made.

protected:
 virtual property bool ThrowOnDuplicate { bool get(); };
protected override bool ThrowOnDuplicate { get; }
member this.ThrowOnDuplicate : bool
Protected Overrides ReadOnly Property ThrowOnDuplicate As Boolean

Property Value

true in all cases.

Applies to

See also