Compartilhar via


ODataFeedWithEntries.Entries Property

 

Gets the nested entries of this feed.

Namespace:   System.Web.Http.OData.Formatter.Deserialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IList<ODataEntryWithNavigationLinks> Entries {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IList<ODataEntryWithNavigationLinks^>^ Entries {
    [CompilerGeneratedAttribute]
    IList<ODataEntryWithNavigationLinks^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IList<ODataEntryWithNavigationLinks^>^ value);
}
member Entries : IList<ODataEntryWithNavigationLinks> with get, private set
Public Property Entries As IList(Of ODataEntryWithNavigationLinks)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IList<ODataEntryWithNavigationLinks>

See Also

ODataFeedWithEntries Class
System.Web.Http.OData.Formatter.Deserialization Namespace

Return to top