Clase RESTfulQueryResult<T>
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.Client.RESTfulQueryResult
Microsoft.SharePoint.Client.RESTfulQueryResult<T>
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public NotInheritable Class RESTfulQueryResult(Of T) _
Inherits RESTfulQueryResult _
Implements IEnumerable
'Uso
Dim instance As RESTfulQueryResult(Of T)
public sealed class RESTfulQueryResult<T> : RESTfulQueryResult,
IEnumerable
Parámetros de tipo
- T
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.