EntityMetadata.RecurrenceBaseEntityLogicalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.