EntityInstance.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 EntityInstance
Dim returnValue As ClientResult(Of String)

returnValue = instance.ToXml()
public ClientResult<string> ToXml()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

EntityInstance class

EntityInstance members

Microsoft.BusinessData.Runtime namespace