AsValue Method
Overloads
| AsValue<T>(Response, String) | 
             Convenience method to create instances from the response  | 
        
      
    
AsValue<T>(Response, String)
Convenience method to create instances from the response
Declaration
      protected T AsValue<T>(Response response, string parameterName)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| Response | response | 
           the Response object to handle  | 
      
| System.String | parameterName | 
           the specific result property to handle  | 
      
Returns
| Type | Description | 
|---|---|
| T | 
           an instance of T based of the response result property content  | 
      
Type Parameters
| Name | Description | 
|---|---|
| T | 
           the expected result type  |