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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.