Windward Engine API Reference
Feeds Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase.ResultEntry Class : Feeds Property




Glossary Item Box

When a $expand is used, the entry will have 1 or more feeds which contain entries. Will create the list on a get if it was null.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Feeds As List(Of ODataUtilitiesBase.EntryList)
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilitiesBase.ResultEntry
Dim value As List(Of ODataUtilitiesBase.EntryList)
 
value = instance.Feeds
C# 
public List<ODataUtilitiesBase.EntryList> Feeds {get;}
Managed Extensions for C++ 
public: __property List<ODataUtilitiesBase.EntryList*>* get_Feeds();
C++/CLI 
public:
property List<ODataUtilitiesBase.EntryList^>^ Feeds {
   List<ODataUtilitiesBase.EntryList^>^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.