Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if sandboxed solutions can use exceptions from prohibited namespaces.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowExceptions As Boolean
Get
Set
'Usage
Dim instance As SPDefaultSolutionValidator
Dim value As Boolean
value = instance.AllowExceptions
instance.AllowExceptions = value
public bool AllowExceptions { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPDefaultSolutionValidator class