IDTSProperty100.UITypeEditor Property

Definition

Gets the assembly-qualified type name of the graphical editor for the property.

public:
 property System::String ^ UITypeEditor { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(8)]
public string UITypeEditor { [System.Runtime.InteropServices.DispId(8)] get; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
member this.UITypeEditor : string
Public ReadOnly Property UITypeEditor As String

Property Value

The assembly-qualified type name of the UI editor for the property.

Attributes

Remarks

For more information, see DtsProperty.

Applies to