IPermissionElement Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a code access security (CAS) permission.
Namespace: Microsoft.VisualStudio.SharePoint.Packages
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IPermissionElement _
Inherits IObservableModelElement
public interface IPermissionElement : IObservableModelElement
The IPermissionElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
Xml | Gets or sets the XML content of the code access security (CAS) permission. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a DSL model element has changed. (Inherited from IObservableModelElement.) | |
PropertyChanging | Occurs when a DSL model element is being changed. (Inherited from IObservableModelElement.) |
Top
Remarks
For more information, see Code Access Security.