Share via


InputDescriptor.EditorType Property

Gets or sets the type of editor for this input.

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

Syntax

'Declaration
Public ReadOnly Property EditorType As Type
public Type EditorType { get; }
public:
property Type^ EditorType {
    Type^ get ();
}
member EditorType : Type
function get EditorType () : Type

Property Value

Type: System.Type
A Type that specifies the type of editor for the input.

.NET Framework Security

See Also

Reference

InputDescriptor Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace