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!

ReferenceEditor.Type

[To be supplied.]

[Visual Basic]
Protected Property Type As Type
[C#]
protected Type Type {get; set;}
[C++]
protected: __property Type* get_Type();
protected: __property void set_Type(Type*);
[JScript]
protected function get Type() : Type;
protected function set Type(Type);

See Also

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