PocketPlanner Programmer's Guide

SerializationContext.Schedule Property

See Also

Gets a reference to the schedule currently being serialized or deserialized.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Schedule Schedule { get; }

Visual Basic

Public ReadOnly Property Schedule As Schedule

 Property Value

An instance of the Schedule class.

 See Also