MindFusion.Wpf Pack Programmer's Guide
Resource.Tag Property
See Also
 





Gets or sets custom data associated with the resource.

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

 Syntax

C#  Copy Code

public Object Tag { get; set; }

Visual Basic  Copy Code

Public 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

Resource Members
Resource Class
MindFusion.Scheduling Namespace