Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the URI representing the Unified Resource Locator (URL) of the link.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Url As Uri
Get
Set
'Usage
Dim instance As ODataNavigationLink
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
public:
property Uri^ Url {
Uri^ get ();
void set (Uri^ value);
}
member Url : Uri with get, set
function get Url () : Uri
function set Url (value : Uri)
Property Value
Type: System.Uri
The URI representing the Unified Resource Locator (URL) of the link.