Freigeben über


DataServiceRequestException.Response-Eigenschaft

Ruft die Antwort als DataServiceResponse-Objekt ab.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Response As DataServiceResponse
    Get
'Usage
Dim instance As DataServiceRequestException
Dim value As DataServiceResponse

value = instance.Response
public DataServiceResponse Response { get; }
public:
property DataServiceResponse^ Response {
    DataServiceResponse^ get ();
}
member Response : DataServiceResponse
function get Response () : DataServiceResponse

Eigenschaftswert

Typ: System.Data.Services.Client.DataServiceResponse
Ein DataServiceResponse-Objekt.

Siehe auch

Verweis

DataServiceRequestException Klasse

System.Data.Services.Client-Namespace