Gets or sets the schedule, associated with the importer.
Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Wpf.Outlook
SyntaxC#
Copy Code
|
|---|
public Schedule Schedule { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Schedule As Schedule |
An instance of the Schedule class.
See Also