Field<T>.SetDependencies(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.
Define the fields this field depends on.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetDependencies (params string[] dependencies);
member this.SetDependencies : string[] -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetDependencies (ParamArray dependencies As String()) As Field(Of T)
Parameters
- dependencies
- String[]
A variable-length parameters list containing dependencies.
Returns
A Field<T>.