IfCondition(String, Int32) 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.
Initializes a new instance of the IfCondition class.
public IfCondition (string sourceFilePath = "", int sourceLineNumber = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.IfCondition : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.IfCondition
Public Sub New (Optional sourceFilePath As String = "", Optional sourceLineNumber As Integer = 0)
Parameters
- sourceFilePath
- String
Optional, source file full path.
- sourceLineNumber
- Int32
Optional, line number in source file.