IFields<T>.Field(String) Method
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.
Return a specific field or null if not present.
public Microsoft.Bot.Builder.FormFlow.Advanced.IField<T> Field (string name);
abstract member Field : string -> Microsoft.Bot.Builder.FormFlow.Advanced.IField<'T (requires 'T : null)>
Public Function Field (name As String) As IField(Of T)
Parameters
- name
- String
Name of field to find.
Returns
Field description for name or null.