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.
Enumeration values that specify the trust level in SharePoint supported by the SharePoint project item.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SupportedTrustLevels
[FlagsAttribute]
public enum SupportedTrustLevels
Members
Member name | Description | |
---|---|---|
Sandboxed | Indicates that the SharePoint project item supports only sandboxed trust level. | |
FullTrust | Indicates that the SharePoint project item supports only farm trust level in SharePoint. | |
All | Indicates that the SharePoint project item supports all trust levels in SharePoint. |
Remarks
If the SharePoint project item does not specify a trust level, then the default value of All is used. For more information, see Sandboxed Solution Considerations.