CollectionEditor::CollectionType Property

 

Gets the data type of the collection object.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property Type^ CollectionType {
	Type^ get();
}

Property Value

Type: System::Type^

The data type of the collection object.

This property represents the data type of the collection object.

.NET Framework
Available since 1.1
Return to top
Show: