EntityInstance.ToXml - Méthode
Espace de noms : Microsoft.BusinessData.Runtime
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function ToXml As ClientResult(Of String)
'Utilisation
Dim instance As EntityInstance
Dim returnValue As ClientResult(Of String)
returnValue = instance.ToXml()
public ClientResult<string> ToXml()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>