MindFusion.Scheduling for Silverlight Programmer's Guide
Appointment.Tag Property
See Also
 





Gets or sets custom data associated with the appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public override Object Tag { get; set; }

Visual Basic  Copy Code

Public Overrides Property Tag As Object

 Property Value

An instance of any class derived from System.Object.

 Remarks

Use this property to store your custom data.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace