Gets or sets the string identifier of this item. Namespace: MindFusion.Scheduling
|
C# |
---|
public abstract string Id { get; set; } |
Visual Basic |
---|
Public MustOverride Property Id As String |
A string whose value uniquely identifies the item.
If you need to change its value, make sure the identifier is always unique.