Share via


SPMobileMessageServiceResponse.ErrorCode property

Gets a value that specifies whether the request to the Web service failed and, if so, how it failed

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ErrorCode As SPMobileMessageServiceErrorCode
    Get
    Friend Set
'Usage
Dim instance As SPMobileMessageServiceResponse
Dim value As SPMobileMessageServiceErrorCode

value = instance.ErrorCode
public SPMobileMessageServiceErrorCode ErrorCode { get; internal set; }

Property value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode
A value that indicates either success or some specific communication, XML validation, or SOAP error.

See also

Reference

SPMobileMessageServiceResponse class

SPMobileMessageServiceResponse members

Microsoft.SharePoint.MobileMessage namespace