次の方法で共有


GenericService クラス

定義

注意事項

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

サービスの構成プロパティを含む汎用サービス。

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class GenericService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type GenericService = class
    inherit ConnectedService
Public Class GenericService
Inherits ConnectedService
継承
GenericService
属性

コンストラクター

GenericService()
古い.

GenericService クラスの新しいインスタンスを初期化します。

プロパティ

Configuration
古い.

構成を取得または設定します。

Id
古い.

サービスの一意の ID を取得または設定します。

(継承元 ConnectedService)
Name
古い.

サービスのユーザー フレンドリ名を取得または設定します。

(継承元 ConnectedService)
Properties
古い.

それ以外の方法で定義されていないプロパティを取得または設定します。

(継承元 ConnectedService)
Type
古い.

サービスの種類を取得または設定します。

(継承元 ConnectedService)
Url
古い.

サービスへのディープ リンクの URL を取得または設定します。

メソッド

Decrypt(String)
古い.

このサービスのプロパティの暗号化を解除します。

Encrypt(String)
古い.

このサービスのプロパティを暗号化します。

適用対象