Gets or sets the string identifier of this item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract string Id { get; set; } |
Visual Basic Copy Code |
---|
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |