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!

RedirectValueEditor.Values

Returns a list of possible values for the value editor's type. In order to display these values in a drop-down list, a property editor will typically call getTextFromValue() for each of the values in the list.

[Visual Basic]
Overridable Public ReadOnly Property Values As Object ()
[C#]
public object[] Values {override get;}
[C++]
public: __property virtual Object* get_Values();
[JScript]
public function get Values() : Object[];

See Also

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