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

적용 대상