Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 ODataAssociationLink
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.