DtsProperty.TypeConverter Property

Definition

Returns the assembly-qualified type name of the type converter object for the property.

public:
 property System::String ^ TypeConverter { System::String ^ get(); };
public string TypeConverter { get; }
member this.TypeConverter : string
Public ReadOnly Property TypeConverter As String

Property Value

A String that contains the assembly-qualified type name of the object that does type conversion.

Applies to