Share via


SourceRange.StartPoint Property

Definition

Gets or sets start point in the source file.

public Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint StartPoint { get; set; }
member this.StartPoint : Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint with get, set
Public Property StartPoint As SourcePoint

Property Value

Start point in the source file.

Applies to