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 or sets the enumerable of ODataEntityReferenceLink instances representing the links of the referenced entities.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Links As IEnumerable(Of ODataEntityReferenceLink)
Get
Set
'Usage
Dim instance As ODataEntityReferenceLinks
Dim value As IEnumerable(Of ODataEntityReferenceLink)
value = instance.Links
instance.Links = value
public IEnumerable<ODataEntityReferenceLink> Links { get; set; }
public:
property IEnumerable<ODataEntityReferenceLink^>^ Links {
IEnumerable<ODataEntityReferenceLink^>^ get ();
void set (IEnumerable<ODataEntityReferenceLink^>^ value);
}
member Links : IEnumerable<ODataEntityReferenceLink> with get, set
function get Links () : IEnumerable<ODataEntityReferenceLink>
function set Links (value : IEnumerable<ODataEntityReferenceLink>)
Property Value
Type: System.Collections.Generic.IEnumerable<ODataEntityReferenceLink>
The enumerable of ODataEntityReferenceLink instances.