Freigeben über


IODataRequestMessage.Url-Eigenschaft

Ruft die Anforderungs-URL für diese Anforderungsnachricht ab oder legt sie fest.

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)

Eigenschaftswert

Typ: System.Uri
Die Anforderungs-URL für diese Anforderungsnachricht.

Siehe auch

Verweis

IODataRequestMessage Schnittstelle

Microsoft.Data.OData-Namespace