del método ListTemplate.GetGlobalSchemaXml
Espacio de nombres: Microsoft.SharePoint.Client
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 GetGlobalSchemaXml As ClientResult(Of Stream)
'Uso
Dim instance As ListTemplate
Dim returnValue As ClientResult(Of Stream)
returnValue = instance.GetGlobalSchemaXml()
public ClientResult<Stream> GetGlobalSchemaXml()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Stream>