Share via


Range.Start Property

Definition

Gets or sets the start position. It is before or equal to End.

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

Property Value

The start position. It is before or equal to End.

Applies to