Reminder.Callback Property

Returns a reference to the reminder callback method that is executed when the reminder is triggered
public ReminderCallback Callback {get;}
This language is not supported or no code example is available.
public:  
property ReminderCallback^ Callback { 
ReminderCallback^ get( ); 
}
This language is not supported or no code example is available.
public function get Callback() : ReminderCallback;
This language is not supported or no code example is available.

Property Value

ReminderCallback

The callback.

In this article

Definition