Gets or sets custom information associated with this object.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute(null)]
public Object Tag { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property Tag As Object
	Get
	Set

Remarks

This property is valid only for the lifetime of the object.

See Also