Field<T>(String, FieldRole) Constructor
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.
Construct field.
public Field (string name, Microsoft.Bot.Builder.FormFlow.Advanced.FieldRole role);
new Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)> : string * Microsoft.Bot.Builder.FormFlow.Advanced.FieldRole -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Sub New (name As String, role As FieldRole)
Parameters
- name
- String
Name of field.
- role
- FieldRole
Role field plays in form.