ConfigurationElementSchema.IsCollectionDefault プロパティ

定義

現在のスキーマがコレクション内の他の要素の既定値を定義するかどうかを示す値を取得します。

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

プロパティ値

true 現在のスキーマでコレクション内の他の要素の既定値が定義されている場合は 。それ以外の場合は false

注釈

このプロパティは、 isCollectionDefault IIS 7 構成システムの 属性を表します。 これは、 要素の defaultElement 属性と共に collection 使用されます。

適用対象