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!

ArrayDialog.type

Type of the elements of the array.

[Visual Basic]
Protected type As Type
[C#]
protected Type type;
[C++]
protected: Type* type;
[JScript]
protected var type : Type;

See Also

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