Gets the 3-digit response code from the response string.
Public ReadOnly Property Code As Integer
Dim instance As Response
Dim value As Integer
value = instance.Code
public:
property int Code {
int get();
}
Property Value
An integer response code parsed from the string response.