MindFusion.Wpf Pack Programmer's Guide
Appointment.Id Property
See Also
 





Gets or sets the string identifier of this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public override string Id { get; set; }

Visual Basic  Copy Code

Public Overrides Property Id As String

 Property Value

A string value that identifies uniquely this appointment.

 Remarks

If you need to change its value, make sure the identifier is always unique.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace