Jaa


ConnectedService Class

Definition

Caution

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

Base configuration properties for a connected service.

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type ConnectedService = class
Public Class ConnectedService
Inheritance
ConnectedService
Derived
Attributes

Constructors

ConnectedService(String)

Initializes a new instance of the ConnectedService class.

Properties

Id

Gets or sets unique id for the service.

Name

Gets or sets user friendly name of the service.

Properties

Gets or sets properties that are not otherwise defined.

Type

Gets or sets type of the service.

Methods

Decrypt(String)

Decrypt properties on this service.

Encrypt(String)

Encrypt properties on this service.

Applies to