Share via


SourceRange.EndPoint Property

Definition

Gets or sets end point in the source file.

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

Property Value

End point in the source file.

Applies to