Share via


InputDescriptor.Type Property

Gets or sets a value that indicates whether the input value is read-only in the Properties window.

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

Syntax

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

Property Value

Type: System.Type
true if the input is read-only in the Properties window; otherwise, false.

.NET Framework Security

See Also

Reference

InputDescriptor Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace