NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CollectionEditor.CollectionItemType

The data type of each item in the collection.

[Visual Basic]
Protected ReadOnly Property CollectionItemType As Type
[C#]
protected Type CollectionItemType {get;}
[C++]
protected: __property Type* get_CollectionItemType();
[JScript]
protected function get CollectionItemType() : Type;

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace