SPExternalApplicationSettings.Provider Property
Gets or sets the External Application Provider (EAP) that manages rendering of Web Parts that host external applications and that provides any custom logic needed to register external applications such as Silverlight applications.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Provider As SPExternalApplicationProvider
Get
Set
'Usage
Dim instance As SPExternalApplicationSettings
Dim value As SPExternalApplicationProvider
value = instance.Provider
instance.Provider = value
public SPExternalApplicationProvider Provider { get; set; }
Property Value
Type: Microsoft.SharePoint.Administration.SPExternalApplicationProvider
The EAP for the SPWebService.
Remarks
If the Provider property is a null reference (Nothing in Visual Basic) and Enabled is true, then the default EAP that is built-in to Microsoft SharePoint Foundation is used.
See Also
Reference
SPExternalApplicationSettings Class