Search
Command.Schedule Property
See Also
 





Gets the Schedule modified by this Command object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Schedule Schedule { get; }

Visual Basic  Copy Code

Public ReadOnly Property Schedule As Schedule

 Property Value

An instance of the Schedule class.

 See Also