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.GetPropertiesSupported ()

Gets a value indicating whether this object supports properties. By default, this is false.

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

Return Value

Returns true if GetProperties should be called to find the properties of this object.

See Also

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