Scheduler for WinRT
ReminderOverrideDefault Property


Gets or sets the System.Boolean value indicating if the associated Reminder object has non-default settings. True if the reminder overrides the default reminder behavior for the appointment. You must set the ReminderOverrideDefault property to validate the ReminderPlaySound and the ReminderSoundFile properties.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ReminderOverrideDefault As Boolean
'Usage
 
Dim instance As Appointment
Dim value As Boolean
 
instance.ReminderOverrideDefault = value
 
value = instance.ReminderOverrideDefault
[DefaultValue()]
public bool ReminderOverrideDefault {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.