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!

TypeConverter.GetStandardValuesSupported ()

Gets a value indicating whether this object supports a standard set of values that can be picked from a list.

[Visual Basic]
Overloads Public Function GetStandardValuesSupported() As Boolean
[C#]
public bool GetStandardValuesSupported();
[C++]
public: bool GetStandardValuesSupported();
[JScript]
public function GetStandardValuesSupported() : Boolean;

Return Value

Returns true if GetStandardValues should be called to find a common set of values the object supports.

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.GetStandardValuesSupported Overload List