AgentModeProviderOptions.DefaultMode Property

Definition

Gets or sets the initial mode for new sessions.

public string? DefaultMode { get; set; }
member this.DefaultMode : string with get, set
Public Property DefaultMode As String

Property Value

When null (the default), the first mode in the Modes list is used. Must match the Name of one of the configured modes.

Applies to