de la propiedad ClientRequestEventArgs.Request
Obtiene el objeto ClientRequest asociado con el evento provocado.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxis
'Declaración
Public ReadOnly Property Request As ClientRequest
Get
'Uso
Dim instance As ClientRequestEventArgs
Dim value As ClientRequest
value = instance.Request
public ClientRequest Request { get; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Client.ClientRequest
ClientRequest
El objeto que está asociado con el evento provocado.