AppointmentInvitee.Role 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 AppointmentParticipantRole型別值,指出有關約會邀請的參與者角色。
public:
property AppointmentParticipantRole Role { AppointmentParticipantRole get(); void set(AppointmentParticipantRole value); };
AppointmentParticipantRole Role();
void Role(AppointmentParticipantRole value);
public AppointmentParticipantRole Role { get; set; }
var appointmentParticipantRole = appointmentInvitee.role;
appointmentInvitee.role = appointmentParticipantRole;
Public Property Role As AppointmentParticipantRole
屬性值
AppointmentParticipantRole型別值,指出有關約會邀請的參與者角色。
Windows 需求
應用程式功能 |
appointmentsSystem
|