Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the request URL for this request message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Property Url As Uri
Get
Set
'Usage
Dim instance As IODataRequestMessage
Dim value As Uri
value = instance.Url
instance.Url = value
Uri Url { get; set; }
property Uri^ Url {
Uri^ get ();
void set (Uri^ value);
}
abstract Url : Uri with get, set
function get Url () : Uri
function set Url (value : Uri)
Property Value
Type: System.Uri
The request URL for this request message.