_SharingItem.ReminderSet 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果已为指定的 SharingItem设置提醒,则返回或设置 C# ) 值为 True 的布尔 (布尔值。 读/写。
public:
property bool ReminderSet { bool get(); void set(bool value); };
public bool ReminderSet { get; set; }
Public Property ReminderSet As Boolean