SPFileNotFoundErrorThrottlingSettings.FileNotFoundErrorLimit property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FileNotFoundErrorLimit As Integer
Get
Set
'Usage
Dim instance As SPFileNotFoundErrorThrottlingSettings
Dim value As Integer
value = instance.FileNotFoundErrorLimit
instance.FileNotFoundErrorLimit = value
public int FileNotFoundErrorLimit { get; set; }
Property value
Type: System.Int32
See also
Reference
SPFileNotFoundErrorThrottlingSettings class