Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the entity set represented by this segment.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmEntitySet EntitySet {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmEntitySet^ EntitySet {
[CompilerGeneratedAttribute]
IEdmEntitySet^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmEntitySet^ value);
}
member EntitySet : IEdmEntitySet with get, private set
Public Property EntitySet As IEdmEntitySet
Get
Private Set
End Property
Property Value
Type: Microsoft.Data.Edm.IEdmEntitySet
See Also
EntitySetPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top