Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ClientRequest object that is associated with the raised event.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Request As ClientRequest
Get
'Usage
Dim instance As ClientRequestEventArgs
Dim value As ClientRequest
value = instance.Request
public ClientRequest Request { get; }
Property Value
Type: Microsoft.SharePoint.Client.ClientRequest
ClientRequest
The object that is associated with the raised event.