Dialog.Source Property

Definition

Gets the information of the cref="SourceRange"/>.

public virtual Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange Source { get; }
member this.Source : Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange
Public Overridable ReadOnly Property Source As SourceRange

Property Value

The cref="SourceRange"/> information.

Applies to