Share via


InputAttribute.TypeConverter Property

Gets or sets the type converter that displays the input property.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property TypeConverter As Type
public Type TypeConverter { get; set; }
public:
property Type^ TypeConverter {
    Type^ get ();
    void set (Type^ value);
}
member TypeConverter : Type with get, set
function get TypeConverter () : Type
function set TypeConverter (value : Type)

Property Value

Type: System.Type
The type of the converter.

Remarks

You use a TypeConverter for input properties that display a list in the Properties window. The type converter must implement a default constructor.

.NET Framework Security

See Also

Reference

InputAttribute Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

TypeConverter