Share via


EntityAttribute.EntitySetName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the plural name of the static entity.

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

Syntax

public string EntitySetName { get; set; }
public:
property String^ EntitySetName {
    String^ get();
    void set(String^ value);
}
member EntitySetName : string with get, set
Public Property EntitySetName As String

Property Value

Type: System.String

Type: String
The plural name of the static entity.

See Also

EntityAttribute Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright