EntitySetPathSegment.EntitySetName Property
Gets the name of the entity set.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string EntitySetName {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ EntitySetName {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member EntitySetName : string with get, private set
Public Property EntitySetName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
EntitySetPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top