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)

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.

See also

Reference

SPExternalApplicationRequestProperties members

Microsoft.SharePoint namespace