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

Determines if the given value is valid for this data type. This is used primarily by enum types, but can also provide a common place for property validation.

[Visual Basic]
Overrides Public Function IsValid( _
   ByVal value As Object _
) As Boolean
[C#]
public override bool IsValid(
   object value
);
[C++]
public: override bool IsValid(
   Object* value
);
[JScript]
public override function IsValid(
   value : Object
) : Boolean;

Parameters

value
[To be supplied.]

See Also

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