ConfigurationElementSchema.IsCollectionDefault Property

Definition

Gets a value indicating whether the current schema defines default values for other elements in a collection.

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

Property Value

true if the current schema defines default values for other elements in a collection; otherwise, false.

Remarks

This property represents the isCollectionDefault attribute in the IIS 7 configuration system. It is used along with the defaultElement attribute of a collection element.

Applies to