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.CollectionType

Retrieves the data type of the collection we are editing.

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

See Also

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