PermissionSet Element (Solution)
SharePoint 2013
Specifies the permissions for a solution's code access security policy.
<PermissionSet class = "Text" Description = "Text" Name = "Text" version = "Text"> <IPermission/> </PermissionSet>
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. |
For an example of how this element is used, see Solution Schema.