Gets or sets participation role.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public ParticipationRole Role { get; set; }
Visual Basic
Public Property Role As ParticipationRole
	Get
	Set
Visual C++
public:
property ParticipationRole^ Role {
	ParticipationRole^ get ();
	void set (ParticipationRole^ value);
}

See Also