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 attributes from prohibited namespaces.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowAttributes As Boolean
Get
Set
'Usage
Dim instance As SPDefaultSolutionValidator
Dim value As Boolean
value = instance.AllowAttributes
instance.AllowAttributes = value
public bool AllowAttributes { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPDefaultSolutionValidator class