MeetingOccurrences Property |
Array of occurrence objects.
Don't need to set. Add to if needed. If count is 0, list will be ignored.
Namespace:
NetQuarry.Services.Zoom
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [JsonIgnoreAttribute]
public List<MeetingOccurenceInfo> Occurrences { get; }
<JsonIgnoreAttribute>
Public ReadOnly Property Occurrences As List(Of MeetingOccurenceInfo)
Get
Property Value
Type:
ListMeetingOccurenceInfoSee Also