AppointmentCalendar.CanUpdateMeetingResponses プロパティ

定義

予定表が会議の応答の更新をサポートしているかどうかを示すブール値を取得または設定します。

public:
 property bool CanUpdateMeetingResponses { bool get(); void set(bool value); };
bool CanUpdateMeetingResponses();

void CanUpdateMeetingResponses(bool value);
public bool CanUpdateMeetingResponses { get; set; }
var boolean = appointmentCalendar.canUpdateMeetingResponses;
appointmentCalendar.canUpdateMeetingResponses = boolean;
Public Property CanUpdateMeetingResponses As Boolean

プロパティ値

Boolean

bool

予定表が会議の応答の更新をサポートしているかどうかを示すブール値。

Windows の要件

アプリの機能
appointmentsSystem

適用対象