Search
JsonPersistContext.schedule Property
See Also
 






Gets a reference to the Schedule object being serialized.

Namespace: MindFusion.Scheduling
Assembly: JsonPersistContext.js

 Syntax

JavaScript  Copy Code

get schedule() {}
set schedule(value) {}

 Property Value

An instance of the Schedule class.

 See Also