SPDefaultSolutionValidator.AllowExceptions 属性
如果沙盒解决方案可以使用禁止的命名空间中的异常,则为 true。
命名空间: Microsoft.SharePoint.UserCode
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property AllowExceptions As Boolean
Get
Set
用法
Dim instance As SPDefaultSolutionValidator
Dim value As Boolean
value = instance.AllowExceptions
instance.AllowExceptions = value
public bool AllowExceptions { get; set; }