PocketPlanner Programmer's Guide

Appointment.Id Property

See Also

Gets or sets the string identifier of this appointment.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override string Id { get; set; }

Visual Basic

Public Overrides Property Id As String

 Property Value

A string value that identifies uniquely this appointment.

 Remarks

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

 See Also