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)

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