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.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmEntitySetBase EntitySetBase {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmEntitySetBase^ EntitySetBase {
[CompilerGeneratedAttribute]
IEdmEntitySetBase^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmEntitySetBase^ value);
}
member EntitySetBase : IEdmEntitySetBase with get, private set
Public Property EntitySetBase As IEdmEntitySetBase
Get
Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmEntitySetBase
See Also
EntitySetPathSegment Class
System.Web.OData.Routing Namespace
Return to top