Share via


ODataEntityReferenceLink.Url Property

Definition

Gets or sets the URI representing the URL of the referenced entity.

public Uri Url { get; set; }
member this.Url : Uri with get, set
Public Property Url As Uri

Property Value

Uri

The URI representing the URL of the referenced entity.

Remarks

This URL should be usable to retrieve or modify the referenced entity.

Applies to