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




Glossary Item Box

The uri of the root node for this entry. When results are flattened, this will have the uri for the base or root of the entries that were pulled in. If no flattening occurs, this will match UriEntry.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RootUriEntry As String
Visual Basic (Usage)Copy Code
Dim instance As ODataUtilitiesBase.ResultEntry
Dim value As String
 
value = instance.RootUriEntry
C# 
public string RootUriEntry {get;}
Managed Extensions for C++ 
public: __property string* get_RootUriEntry();
C++/CLI 
public:
property String^ RootUriEntry {
   String^ 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.