Jaa


BotConfiguration.Services Property

Definition

Gets or sets connected services.

public System.Collections.Generic.List<Microsoft.Bot.Configuration.ConnectedService> Services { get; set; }
member this.Services : System.Collections.Generic.List<Microsoft.Bot.Configuration.ConnectedService> with get, set
Public Property Services As List(Of ConnectedService)

Property Value

The list of connected services.

Applies to