ClientContext.RequestResources property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RequestResources As RequestResources
Get
'Usage
Dim instance As ClientContext
Dim value As RequestResources
value = instance.RequestResources
public RequestResources RequestResources { get; }
Property value
Type: Microsoft.SharePoint.Client.RequestResources