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