SPWebApplication.ScopeExternalConnectionsToSiteSubscriptions property

Whether SendTo destinations in sitegroups of this web application should be within the site group Defaults to false

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ScopeExternalConnectionsToSiteSubscriptions As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.ScopeExternalConnectionsToSiteSubscriptions

instance.ScopeExternalConnectionsToSiteSubscriptions = value
public bool ScopeExternalConnectionsToSiteSubscriptions { get; set; }

Property value

Type: System.Boolean
Boolean

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace