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 the URI object that contains the request string.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Overrides Property RequestUri As Uri
Get
Friend Set
'Usage
Dim instance As DataServiceRequest
Dim value As Uri
value = instance.RequestUri
public override Uri RequestUri { get; internal set; }
public:
virtual property Uri^ RequestUri {
Uri^ get () override;
internal: void set (Uri^ value) override;
}
abstract RequestUri : Uri with get, internal set
override RequestUri : Uri with get, internal set
override function get RequestUri () : Uri
internal override function set RequestUri (value : Uri)
Property Value
Type: System.Uri
A [System.Uri] object that contains the request string.