ODataEntityReferenceLinks.Links Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.