ResponseParams Property
A collection of name-value pair parameters returned by the server after the last request.
Syntax
[VB.NET] Public ReadOnlyProperty ResponseParams As NVPParamList
[C#] public NVPParamList ResponseParams {get;}
Remarks
This property will be populated after a call to SendRequest, and will contain parameters that were returned by the server in the response.
This collection is indexed from 0 to Count - 1.
This property is read-only and not available at design time.