EntityFieldValueDictionary.ToXml method
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function ToXml As ClientResult(Of String)
'Usage
Dim instance As EntityFieldValueDictionary
Dim returnValue As ClientResult(Of String)
returnValue = instance.ToXml()
public ClientResult<string> ToXml()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>
See also
Reference
EntityFieldValueDictionary class