_AppointmentItem.ReminderPlaySound 属性

定义

返回或设置 C # 中布尔 值 (bool ) 值为 True (如果提醒在针对此项目发生提醒时应播放声音)。 读/写。

public:
 property bool ReminderPlaySound { bool get(); void set(bool value); };
public bool ReminderPlaySound { get; set; }
Public Property ReminderPlaySound As Boolean

属性值

注解

必须设置 ReminderPlaySound 属性才能验证属性 ReminderSoundFile

适用于