SPExternalApplicationRequestProperties class
Represents a request from an external application, such as a Silverlight application, for access to SharePoint Foundation data.
System.Object
Microsoft.SharePoint.SPExternalApplicationRequestProperties
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public NotInheritable Class SPExternalApplicationRequestProperties
'Usage
Dim instance As SPExternalApplicationRequestProperties
public sealed class SPExternalApplicationRequestProperties
A SPExternalApplicationRequestProperties object is passed to an External Application Provider (EAP) which will use it to generate and return an SPExternalApplicationRequestResult object. The latter provides the final RequestToken.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.