PocketPlanner Programmer's Guide

Appointment.Locked Property

See Also

Gets or sets a value indicating whether users are forbidden to modify this appointment.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override bool Locked { get; set; }

Visual Basic

Public Overrides Property Locked As Boolean

 Property Value

true if users are allowed to move an appointment thus changing its scheduled time; otherwise, false. The default is false.

 See Also