UserDataTaskDataProviderTriggerDetails.Connection Property

Definition

Gets the data connection over which task data can be transferred.

public:
 property UserDataTaskDataProviderConnection ^ Connection { UserDataTaskDataProviderConnection ^ get(); };
UserDataTaskDataProviderConnection Connection();
public UserDataTaskDataProviderConnection Connection { get; }
var userDataTaskDataProviderConnection = userDataTaskDataProviderTriggerDetails.connection;
Public ReadOnly Property Connection As UserDataTaskDataProviderConnection

Property Value

Gets the data connection over which task data can be transferred.

Applies to