EntityMetadata.EntitySetName Property

Definition

Gets or sets the entity set name.

public:
 property System::String ^ EntitySetName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Order=72)]
public string EntitySetName { get; set; }
[<System.Runtime.Serialization.DataMember(Order=72)>]
member this.EntitySetName : string with get, set
Public Property EntitySetName As String

Property Value

The entity set name.

Attributes

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

Applies to