IField<T>.Form 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.
Form that owns this field
public Microsoft.Bot.Builder.FormFlow.IForm<T> Form { get; set; }
member this.Form : Microsoft.Bot.Builder.FormFlow.IForm<'T (requires 'T : null)> with get, set
Public Property Form As IForm(Of T)