IDataServiceHost.ResponseLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスの場所を取得または設定します。
public:
property System::String ^ ResponseLocation { System::String ^ get(); void set(System::String ^ value); };
public string ResponseLocation { get; set; }
member this.ResponseLocation : string with get, set
Public Property ResponseLocation As String
プロパティ値
サービスの場所を含む文字列。
例
次の URI には、部分文字列 http://myhost/myservice.svc内のサービスの場所が含まれています。
http://myhost/myservice.svc/Customers, the response location would be http://myhost/myservice.svc
注釈
このプロパティは null または string.Emptyを返しません。