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





Gets or sets the string identifier of this item.

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

 Syntax

C#  Copy Code

public abstract string Id { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Id As String

 Property Value

A string whose value uniquely identifies the item.

 Remarks

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

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace