del método EntityView.GetXmlSchema
Espacio de nombres: Microsoft.BusinessData.MetadataModel
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 GetXmlSchema As ClientResult(Of String)
'Uso
Dim instance As EntityView
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetXmlSchema()
public ClientResult<string> GetXmlSchema()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>