Gets or sets a value indicating whether users are forbidden to modify this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public override bool Locked { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property Locked As Boolean |
true if users are not allowed to modify the appointment interactively; otherwise false. Default value is false.
See Also