Share via


Attachments(ConnectorClient) Constructor

Definition

Initializes a new instance of the Attachments class.

public Attachments (Microsoft.Bot.Connector.ConnectorClient client);
new Microsoft.Bot.Connector.Attachments : Microsoft.Bot.Connector.ConnectorClient -> Microsoft.Bot.Connector.Attachments
Public Sub New (client As ConnectorClient)

Parameters

client
ConnectorClient

Reference to the service client.

Exceptions

Thrown when a required parameter is null.

Applies to