Range.Start Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.