SPMobileMessageServiceResponse.Xml - Propriété
Obtient le XML renvoyé par le service Web en réponse à une demande.
Espace de noms : Microsoft.SharePoint.MobileMessage
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Xml As String
Get
'Utilisation
Dim instance As SPMobileMessageServiceResponse
Dim value As String
value = instance.Xml
public string Xml { get; }
Valeur de propriété
Type : System.String
Le code XML reçu à partir du service Web.
Voir aussi
Référence
SPMobileMessageServiceResponse classe