Share via


ConfigurationElementSchema.IsCollectionDefault Propriété

Définition

Obtient une valeur indiquant si le schéma actuel définit les valeurs par défaut pour d’autres éléments d’une collection.

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

Valeur de propriété

true si le schéma actuel définit des valeurs par défaut pour d’autres éléments d’une collection ; sinon, false.

Remarques

Cette propriété représente l’attribut isCollectionDefault dans le système de configuration IIS 7. Il est utilisé avec l’attribut defaultElement d’un collection élément.

S’applique à