 | ETradeExceptionResponseCode Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the status code of the response.
Namespace: ETradeNetAssembly: ETradeNet.Core (in ETradeNet.Core.dll) Version: 1.0.5793.41163
Syntaxpublic int ResponseCode { get; }
Public ReadOnly Property ResponseCode As Integer
Get
public:
property int ResponseCode {
int get ();
}
member ResponseCode : int with get
Property Value
Type:
Int32The status code of the response.
See Also