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 QueryOperationResponse that indicates the exception results.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Response As QueryOperationResponse
Get
'Usage
Dim instance As DataServiceQueryException
Dim value As QueryOperationResponse
value = instance.Response
public QueryOperationResponse Response { get; }
public:
property QueryOperationResponse^ Response {
QueryOperationResponse^ get ();
}
member Response : QueryOperationResponse
function get Response () : QueryOperationResponse
Property Value
Type: System.Data.Services.Client.QueryOperationResponse
A QueryOperationResponse object that indicates the exception results.