ConfigurationElementSchema.IsCollectionDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.