UserDataTaskDataProviderTriggerDetails.Connection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.