Share via


ODataEntityReferenceLinks.Links Property

Definition

Gets or sets the enumerable of ODataEntityReferenceLink instances representing the links of the referenced entities.

public System.Collections.Generic.IEnumerable<Microsoft.OData.ODataEntityReferenceLink> Links { get; set; }
member this.Links : seq<Microsoft.OData.ODataEntityReferenceLink> with get, set
Public Property Links As IEnumerable(Of ODataEntityReferenceLink)

Property Value

The enumerable of ODataEntityReferenceLink instances.

Remarks

These links should be usable to retrieve or modify the referenced entities.

Applies to