ClientServiceEventArgs.RequestedObjects propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<Object>