DataServiceQuery<TElement>.RequestUri Property

Definition

Get the URI for the query.

public:
 virtual property Uri ^ RequestUri { Uri ^ get(); };
public override Uri RequestUri { get; }
member this.RequestUri : Uri
Public Overrides ReadOnly Property RequestUri As Uri

Property Value

Uri

The URI of the request.

Applies to