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

The Value property. Setting it will cause the value displayed to change.

[Visual Basic]
Public Property Value As Object
[C#]
public object Value {get; set;}
[C++]
public: __property Object* get_Value();
public: __property void set_Value(Object*);
[JScript]
public function get Value() : Object;
public function set Value(Object);

See Also

ValueEdit Class | ValueEdit Members | System.WinForms Namespace