ConfigurationCollectionAttribute.ItemType Property

Definition

Gets the type of the collection element.

public:
 property Type ^ ItemType { Type ^ get(); };
public Type ItemType { get; }
member this.ItemType : Type
Public ReadOnly Property ItemType As Type

Property Value

The type of the collection element.

Remarks

The ItemType property is used by reflection to get the configuration element type.

Applies to