SPWebService.ExternalApplicationSettings Property

Gets an object that provides information about how the Web service manages non-SharePoint applications that are hosted in Web Parts.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property ExternalApplicationSettings As SPExternalApplicationSettings
    Get
'Usage
Dim instance As SPWebService
Dim value As SPExternalApplicationSettings

value = instance.ExternalApplicationSettings
public SPExternalApplicationSettings ExternalApplicationSettings { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPExternalApplicationSettings
Information about handling external applications.

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace