ConfigurationElementCollectionBase<T>.AllowsAdd Property

Definition

Gets a value indicating whether an add element name is defined in the current collection schema.

public:
 property bool AllowsAdd { bool get(); };
public bool AllowsAdd { get; }
member this.AllowsAdd : bool
Public ReadOnly Property AllowsAdd As Boolean

Property Value

true if an add element name is defined in the current collection schema; otherwise, false.

Applies to