EntityMetadata.EntitySetName Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the entity set name.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute(Order = 72)]
public string EntitySetName { get; set; }
<DataMemberAttribute(Order := 72)>
Public Property EntitySetName As String
Property Value
Type: System.String
Type: String
The entity set name.
Remarks
This value is used in the resource path for this entity in the Web API. For custom entities, you can change the name of the entity set used. By default it is the same as the LogicalCollectionName. More information: Web API types and operations
See Also
EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright