ListTemplate.GetGlobalSchemaXml method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetGlobalSchemaXml As ClientResult(Of Stream)
'Usage
Dim instance As ListTemplate
Dim returnValue As ClientResult(Of Stream)
returnValue = instance.GetGlobalSchemaXml()
public ClientResult<Stream> GetGlobalSchemaXml()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Stream>