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