Reminder.Data Property

Gets or sets a data object that can be used to identify this reminder and distinguish it from other reminders
public object Data {get; set;}
This language is not supported or no code example is available.
public:  
property object^ Data { 
object^ get( ); 
void set( 
object^ value 
); 
}
This language is not supported or no code example is available.
public function get Data() : object
public function set Data(value : object);
This language is not supported or no code example is available.

Property Value

object

The data.

In this article

Definition