SecurityAttribute::Action Property
.NET Framework (current version)
Gets or sets a security action.
Assembly: mscorlib (in mscorlib.dll)
public: property SecurityAction Action { SecurityAction get(); void set(SecurityAction value); }
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.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: