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 of the request object submitted to a data service.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public MustOverride Property RequestUri As Uri
Get
Friend Set
'Usage
Dim instance As DataServiceRequest
Dim value As Uri
value = instance.RequestUri
public abstract Uri RequestUri { get; internal set; }
public:
virtual property Uri^ RequestUri {
Uri^ get () abstract;
internal: void set (Uri^ value) abstract;
}
abstract RequestUri : Uri with get, internal set
abstract function get RequestUri () : Uri
internal abstract function set RequestUri (value : Uri)
Property Value
Type: System.Uri
URI of the request object.