ASP.NET Pack Programmer's Guide
Appointment.Id Property
See Also
 





Gets or sets the string identifier of this appointment.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override string Id { get; set; }

Visual Basic  Copy Code

Public Overrides Property Id As String

 Property Value

A string value that identifies uniquely this appointment.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace