Appointment.IsResponseRequested 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否请求对约会邀请的响应。
public:
property bool IsResponseRequested { bool get(); void set(bool value); };
bool IsResponseRequested();
void IsResponseRequested(bool value);
public bool IsResponseRequested { get; set; }
var boolean = appointment.isResponseRequested;
appointment.isResponseRequested = boolean;
Public Property IsResponseRequested As Boolean
属性值
Boolean
bool
一个 布尔 值,指示是否请求响应。 TRUE 指示请求响应;否则 为 FALSE。
Windows 要求
应用功能 |
appointmentsSystem
|