ContactItemSchedule Property

Get a reference to the collection of time blocks composing the contact's schedule.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonPropertyAttribute(Order = 15)]
public TimeBlockCollection Schedule { get; }

Property Value

TimeBlockCollection

See Also