Appointment.Organizer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定約會的召集人。 召集人的類型為 AppointmentOrganizer。 如果已設定召集人且邀請長度大於 0, 則 AppointmentManagerAPI 的呼叫會失敗,並 出現E_INVALIDARG。 受邀者的數目無限制。
public:
property AppointmentOrganizer ^ Organizer { AppointmentOrganizer ^ get(); void set(AppointmentOrganizer ^ value); };
AppointmentOrganizer Organizer();
void Organizer(AppointmentOrganizer value);
public AppointmentOrganizer Organizer { get; set; }
var appointmentOrganizer = appointment.organizer;
appointment.organizer = appointmentOrganizer;
Public Property Organizer As AppointmentOrganizer
屬性值
AppointmentOrganizer物件,表示約會的召集人。
Windows 需求
應用程式功能 |
appointmentsSystem
|