EntityMetadata.RecurrenceBaseEntityLogicalName Property

Definition

Gets the name of the entity that is recurring.

public:
 property System::String ^ RecurrenceBaseEntityLogicalName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string RecurrenceBaseEntityLogicalName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.RecurrenceBaseEntityLogicalName : string
Public ReadOnly Property RecurrenceBaseEntityLogicalName As String

Property Value

The name of the entity that is recurring.

Attributes

Remarks

Only the recurringappointmentmaster entity contains a value for this attribute, and that value is ‘appointment’ to indicate that appointments are the types of records created.

Applies to