Share via


InputGeneratorAnnotation.InputGenerator Property

Definition

Gets the function that generates the input for the parameter.

public Func<Aspire.Hosting.ApplicationModel.ParameterResource,Aspire.Hosting.InteractionInput> InputGenerator { get; }
member this.InputGenerator : Func<Aspire.Hosting.ApplicationModel.ParameterResource, Aspire.Hosting.InteractionInput>
Public ReadOnly Property InputGenerator As Func(Of ParameterResource, InteractionInput)

Property Value

Applies to