SPWebService.MaxListsAccessedByApp property
The maximun number of SharePoint lists in one web that could be accessed by one app.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxListsAccessedByApp As Integer
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Integer
value = instance.MaxListsAccessedByApp
instance.MaxListsAccessedByApp = value
public int MaxListsAccessedByApp { get; set; }
Property value
Type: System.Int32