IPermissionElement Interface

Definition

Represents a code access security (CAS) permission.

public interface class IPermissionElement : Microsoft::VisualStudio::SharePoint::IObservableModelElement
public interface IPermissionElement : Microsoft.VisualStudio.SharePoint.IObservableModelElement
type IPermissionElement = interface
    interface IObservableModelElement
Public Interface IPermissionElement
Implements IObservableModelElement
Implements

Remarks

For more information, see Code Access Security.

Properties

Xml

Gets or sets the XML content of the code access security (CAS) permission.

Events

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)

Applies to