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!

TypeConverterAttribute Class

Specifies what type to use as a converter for values.

Object
   Attribute
      MemberAttribute
         TypeConverterAttribute

[Visual Basic]
NotInheritable Public Class TypeConverterAttribute
   Inherits MemberAttribute
[C#]
public sealed class TypeConverterAttribute : MemberAttribute
[C++]
public __gc __sealed class TypeConverterAttribute : public
   MemberAttribute
[JScript]
public class TypeConverterAttribute extends MemberAttribute

Remarks

The class you use for convertion must inherit from TypeConverter. Use the ConverterTypeName property to get the name of the type to use as a converter.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace