PropertyPageTypeConverterAttribute.ConverterType Property

Definition

The type that is to be converted.

public:
 property Type ^ ConverterType { Type ^ get(); };
public:
 property Platform::Type ^ ConverterType { Platform::Type ^ get(); };
public Type ConverterType { get; }
member this.ConverterType : Type
Public ReadOnly Property ConverterType As Type

Property Value

Type.

Remarks

This property is read only. The type to be converted is set in the class constructor.

Applies to