EntityMetadata.RecurrenceBaseEntityLogicalName Property

 

Applies To: Dynamics CRM 2015

Gets the name of the entity that is recurring.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string RecurrenceBaseEntityLogicalName { get; internal set; }
public:
[DataMemberAttribute]
property String^ RecurrenceBaseEntityLogicalName {
    String^ get();
    internal: void set(String^ value);
}
[<DataMemberAttribute>]
member RecurrenceBaseEntityLogicalName : string with get, internal set
<DataMemberAttribute>
Public Property RecurrenceBaseEntityLogicalName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

Type: String
The name of the entity that is recurring.

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.

See Also

EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright