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!

CollectionInfo.ItemType

Type of the items stored in the collection.

[Visual Basic]
Overridable Public ReadOnly Property ItemType As Type
[C#]
public Type ItemType {virtual get;}
[C++]
public: __property virtual Type* get_ItemType();
[JScript]
public function get ItemType() : Type;

See Also

CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace