Share via


InputChangedEventArgs.Inputs Property

Gets a read-only collection of all current input properties of the data generator.

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

Syntax

'Declaration
Public ReadOnly Property Inputs As ReadOnlyCollection(Of InputDescriptor)
public ReadOnlyCollection<InputDescriptor> Inputs { get; }
public:
property ReadOnlyCollection<InputDescriptor^>^ Inputs {
    ReadOnlyCollection<InputDescriptor^>^ get ();
}
member Inputs : ReadOnlyCollection<InputDescriptor>
function get Inputs () : ReadOnlyCollection<InputDescriptor>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<InputDescriptor>
The current input properties of the data generator.

.NET Framework Security

See Also

Reference

InputChangedEventArgs Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputDescriptor