Click or drag to resize

Meeting.Occurrences 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<Meeting.OccurenceInfo> Occurrences { get; }

Property Value

Type: List<Meeting.OccurenceInfo>
See Also