| EventParticipants Property |
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<Participant> Participants { get; }
Public ReadOnly Property Participants As List(Of Participant)
Get
public:
property List<Participant^>^ Participants {
List<Participant^>^ get ();
}
member Participants : List<Participant> with get
Property Value
Type:
ListParticipantSee Also