AppointmentDataProviderTriggerDetails.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 appointment data can be transferred.
public:
property AppointmentDataProviderConnection ^ Connection { AppointmentDataProviderConnection ^ get(); };
AppointmentDataProviderConnection Connection();
public AppointmentDataProviderConnection Connection { get; }
var appointmentDataProviderConnection = appointmentDataProviderTriggerDetails.connection;
Public ReadOnly Property Connection As AppointmentDataProviderConnection
Property Value
The data connection over which appointment data can be transferred.
Windows requirements
App capabilities |
appointmentsSystem
|