SPWebService.ScopeEveryoneToSiteCollectionOnly property
A boolean value indicating whether allowEveryoneViewItems should apply to existing user only
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ScopeEveryoneToSiteCollectionOnly As Boolean
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Boolean
value = instance.ScopeEveryoneToSiteCollectionOnly
instance.ScopeEveryoneToSiteCollectionOnly = value
public bool ScopeEveryoneToSiteCollectionOnly { get; set; }
Property value
Type: System.Boolean
Returns Boolean.