AgentModeProviderOptions.DefaultMode 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 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.