public ObexStatusCode StatusCode { get; }
Public ReadOnly Property StatusCode As ObexStatusCode
Get
public:
property ObexStatusCode StatusCode {
ObexStatusCode get ();
}
member StatusCode : ObexStatusCode with get
Note, if a error occurs locally then the status code InternalServerError is returned. Therefore that error code could signal local or remote errors.