Appointment.IsResponseRequested 属性

定义

获取或设置一个值,该值指示是否请求对约会邀请的响应。

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

适用于