|  | IGetResponse Properties | 
The IGetResponse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsFailure | 
            True if a failure happened during request fulfillment.
            False if returned successfully or value not found for the key.
             | 
|  | IsFound | 
            False if value for request was not found. True otherwise.
             | 
|  | IsSuccessful | 
            True if value for request was successfully returned.
            False if value was either not found or ended with failure.
             | 
|  | Key | 
            Initial key send by GetT(IKeyT) request.
             | 
|  | Request | 
            Optional object used for request/response correlation.
             | 
 See Also
See Also