Gets or sets the string identifier of this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override string Id { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property Id As String |
A string value that identifies uniquely this appointment.
If you need to change its value, make sure the identifier is always unique.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |