次の方法で共有


DataServiceRequest<TElement>.RequestUri プロパティ

定義

要求文字列を格納している URI オブジェクトを取得します。

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

プロパティ値

Uri

要求文字列を格納している Uri オブジェクト。

適用対象