UpdateMeetingInstanceRequestTypeParticipantActivitiesToAdd Property |
Namespace:
Aspose.Email.Clients.Exchange.WebService.Schema_2016
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ParticipantActivity[] ParticipantActivitiesToAdd { get; set; }Public Property ParticipantActivitiesToAdd As ParticipantActivity()
Get
Set
public:
property array<ParticipantActivity^>^ ParticipantActivitiesToAdd {
array<ParticipantActivity^>^ get ();
void set (array<ParticipantActivity^>^ value);
}member ParticipantActivitiesToAdd : ParticipantActivity[] with get, set
Property Value
Type:
ParticipantActivity
Remarks
See Also