Поделиться через


AppointmentInvitee.Role Свойство

Определение

Возвращает или задает значение типа 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

Применяется к