DeviceErrorEventArgs.ErrorResponse Property

2/27/2008

Gets or sets the error response.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Property ErrorResponse As ErrorResponse
public ErrorResponse ErrorResponse { get; set; }
public:
property ErrorResponse ErrorResponse {
    ErrorResponse get ();
    void set (ErrorResponse value);
}
/** @property */
public ErrorResponse get_ErrorResponse ()

/** @property */
public void set_ErrorResponse (ErrorResponse value)
public function get ErrorResponse () : ErrorResponse

public function set ErrorResponse (value : ErrorResponse)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

DeviceErrorEventArgs Class
DeviceErrorEventArgs Members
Microsoft.PointOfService Namespace