ClientServiceEventArgs.RequestedObjects - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RequestedObjects As ReadOnlyCollection(Of Object)
Get
'Utilisation
Dim instance As ClientServiceEventArgs
Dim value As ReadOnlyCollection(Of Object)
value = instance.RequestedObjects
public ReadOnlyCollection<Object> RequestedObjects { get; }
Valeur de propriété
Type : System.Collections.ObjectModel.ReadOnlyCollection<Object>