PermissionSet element (Solution)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the permissions for a solution's code access security policy.
<PermissionSet
class = "Text"
Description = "Text"
Name = "Text"
version = "Text">
<IPermission/>
</PermissionSet>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
class |
Required Text. The name of the class associated with the permission set. |
Description |
Optional Text. A description of the permission set. |
Name |
Optional Text. The name of the permission set. |
version |
Required Text. The version of the permission set. |
Child elements
Parent elements
Example
For an example of how this element is used, see Solution schema.