Appointment.Organizer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置约会的组织者。 Organizer 的类型为 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
|