Gets or sets the response code.
Syntax
'Declaration
Public Property ResponseCode As String
'Usage
Dim instance As PaymentTransactionEntry
Dim value As String
instance.ResponseCode = value
value = instance.ResponseCode
public string ResponseCode {get; set;}
public read-write property ResponseCode: String;
public function get,set ResponseCode : String
public: __property string* get_ResponseCode();
public: __property void set_ResponseCode(
string* value
);
public:
property String^ ResponseCode {
String^ get();
void set ( String^ value);
}
Property Value
The response code.
See Also