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