AddRecurrenceResponse.id Property

Definition

Gets the ID of the newly created recurring appointment.

public:
 property Guid id { Guid get(); };
public Guid id { get; }
member this.id : Guid
Public ReadOnly Property id As Guid

Property Value

The ID of the newly created recurring appointment. This corresponds to the RecurringAppointmentMaster.ActivityId column, which is the primary key for the RecurringAppointmentMaster table.

Applies to