SPMobileMessageServiceResponse.ErrorCode - Propriété
Obtient une valeur qui indique si l'échec de la demande au service Web et, si tel est le cas, comment elle a échoué
Espace de noms : Microsoft.SharePoint.MobileMessage
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ErrorCode As SPMobileMessageServiceErrorCode
Get
Friend Set
'Utilisation
Dim instance As SPMobileMessageServiceResponse
Dim value As SPMobileMessageServiceErrorCode
value = instance.ErrorCode
public SPMobileMessageServiceErrorCode ErrorCode { get; internal set; }
Valeur de propriété
Type : Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode
Une valeur qui indique la réussite ou certaines communications spécifiques, validation XML, soit erreur SOAP.
Voir aussi
Référence
SPMobileMessageServiceResponse classe