EntityMetadata.EntitySetName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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