Retrieves or assigns a value indicating whether full (unrestricted) permission to the resource protected by the attribute should be declared.
[Visual Basic] Public Property Unrestricted As Boolean [C#] public bool Unrestricted {get; set;} [C++] public: __property bool get_Unrestricted(); public: __property void set_Unrestricted(bool); [JScript] public function get Unrestricted() : Boolean; public function set Unrestricted(Boolean);
True indicates that full permission to the protected resource is being declared.
Inherited by all classes implementing custom attributes for declarative security.
SecurityAttribute Class | SecurityAttribute Members | System.Security.Permissions Namespace