SPExternalApplicationRequestProperties Class
Represents a request from an external application, such as a Silverlight application, for access to SharePoint Foundation data.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPExternalApplicationRequestProperties
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public NotInheritable Class SPExternalApplicationRequestProperties
'Usage
Dim instance As SPExternalApplicationRequestProperties
public sealed class SPExternalApplicationRequestProperties
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.