del método EntityFieldValueDictionary.ToXml
Espacio de nombres: Microsoft.BusinessData.Runtime
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function ToXml As ClientResult(Of String)
'Uso
Dim instance As EntityFieldValueDictionary
Dim returnValue As ClientResult(Of String)
returnValue = instance.ToXml()
public ClientResult<string> ToXml()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>
Vea también
Referencia
clase EntityFieldValueDictionary