ICase<T,R>.Selector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The selector that will be invoked if condition is met.
public Microsoft.Bot.Builder.Dialogs.ContextualSelector<in T,R> Selector { get; }
member this.Selector : Microsoft.Bot.Builder.Dialogs.ContextualSelector<'T, 'R>
Public ReadOnly Property Selector As ContextualSelector(Of In T, R)