次の方法で共有


BotConfiguration.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)

プロパティ値

接続されているサービスの一覧。

適用対象