Location property

PropertyDefinition Location
getter/setter pair
Defines the Start property. Defines the End property. Defines the Location property.

Implementation

// static PropertyDefinition Start =
//            AppointmentSchema.Start;

/// <summary>
/// Defines the End property.
/// </summary>
// static PropertyDefinition End =
//            AppointmentSchema.End;

/// <summary>
/// Defines the Location property.
/// </summary>
static PropertyDefinition Location = AppointmentSchema.Location;