ConfigurationPropertyAttribute.IsDefaultCollection プロパティ

定義

これが、装飾された構成プロパティに対する既定プロパティのコレクションかどうかを示す値を取得または設定します。

public:
 property bool IsDefaultCollection { bool get(); void set(bool value); };
public bool IsDefaultCollection { get; set; }
member this.IsDefaultCollection : bool with get, set
Public Property IsDefaultCollection As Boolean

プロパティ値

プロパティが、要素の既定のコレクションを表す場合は true。それ以外の場合は false。 既定値は、false です。

注釈

IsDefaultCollection装飾されたプロパティがコレクションでない場合、プロパティ値は無視されます。

適用対象