Share via


Range.End Property

Definition

Gets or sets the end position. It is after or equal to Start.

public Microsoft.Bot.Builder.LanguageGeneration.Position End { get; set; }
member this.End : Microsoft.Bot.Builder.LanguageGeneration.Position with get, set
Public Property End As Position

Property Value

The end position. It is after or equal to Start.

Applies to