EntityAttribute.EntitySetName Property
Applies To: Dynamics CRM 2013
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 2013
Return to top