Search
Appointment.Locked Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override bool Locked { get; set; }

Visual Basic  Copy Code

Public Overrides Property Locked As Boolean

 Property Value

true if users are not allowed to modify the appointment interactively; otherwise false. Default value is false.

 See Also