ConferenceType property

PropertyDefinition ConferenceType
getter/setter pair
Defines the FirstOccurrence property. Defines the LastOccurrence property. Defines the ModifiedOccurrences property. Defines the DeletedOccurrences property. Defines the MeetingTimeZone property. Defines the StartTimeZone property. Defines the EndTimeZone property. Defines the ConferenceType property.

Implementation

// static PropertyDefinition FirstOccurrence =
//            AppointmentSchema.FirstOccurrence;

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

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

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

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

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

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

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