Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityAttribute.Action Property

 

Gets or sets a security action.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

Public Property Action As SecurityAction

Property Value

Type: System.Security.Permissions.SecurityAction

One of the SecurityAction values.

This property is inherited by all classes implementing custom attributes for declarative security.

The following code example demonstrates a typical permission that specifies a SecurityAction value. This value will be used to set the Action property.

<FileIOPermissionAttribute(SecurityAction.PermitOnly, _
ViewAndModify:="C:\example\sample.txt")> Public Class SampleClass

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: