Share via


DebugSupport.SourceMap Property

Definition

Gets or sets the source map instance.

public static Microsoft.Bot.Builder.Dialogs.Debugging.ISourceMap SourceMap { get; set; }
static member SourceMap : Microsoft.Bot.Builder.Dialogs.Debugging.ISourceMap with get, set
Public Property SourceMap As ISourceMap

Property Value

The SourceMap instance.

Applies to