PermissionSet Element (Solution)
Applies to: SharePoint Foundation 2010
Specifies the permissions for a solution's code access security policy.
<PermissionSet
class = "Text"
Description = "Text"
Name = "Text"
version = "Text">
<IPermission/>
</PermissionSet>
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.