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!

ExpandableObjectConverter Class

Provides a type converter to convert objects to and from various other representations. This class adds support for the properties of the object.

Object
   TypeConverter
      ExpandableObjectConverter

[Visual Basic]
Public Class ExpandableObjectConverter
   Inherits TypeConverter
[C#]
public class ExpandableObjectConverter : TypeConverter
[C++]
public __gc class ExpandableObjectConverter : public TypeConverter
[JScript]
public class ExpandableObjectConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace