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!

ValueEdit.ValueType

The ValueType property. Setting it will change what kind of type is being edited.

[Visual Basic]
Public Property ValueType As Type
[C#]
public Type ValueType {get; set;}
[C++]
public: __property Type* get_ValueType();
public: __property void set_ValueType(Type*);
[JScript]
public function get ValueType() : Type;
public function set ValueType(Type);

See Also

ValueEdit Class | ValueEdit Members | System.WinForms Namespace