de la propiedad ClientServiceEventArgs.RequestedObjects
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public ReadOnly Property RequestedObjects As ReadOnlyCollection(Of Object)
Get
'Uso
Dim instance As ClientServiceEventArgs
Dim value As ReadOnlyCollection(Of Object)
value = instance.RequestedObjects
public ReadOnlyCollection<Object> RequestedObjects { get; }
Valor de propiedad
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<Object>