Data Property (ExchangeEventArgs)
In This Topic
Gets or sets the data which are about to be exported. This property should contain one of the next:
- to export all content of the C1Schedule.DataStorage.AppointmentStorage.Appointments collection;
- C1.Schedule.Appointment;
- System.Collections.Generic.IList`1.
Syntax
'Declaration
Public Property Data As System.Object
public System.object Data {get; set;}
See Also