SecurityAttribute.Unrestricted プロパティ

属性によって保護されているリソースに対して完全な (無制限の) アクセス許可が宣言されているかどうかを示す値を取得または設定します。

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 。それ以外の場合は false

解説

このプロパティは、宣言セキュリティのカスタム属性を実装するすべてのクラスによって継承されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard

参照

SecurityAttribute クラス | SecurityAttribute メンバ | System.Security.Permissions 名前空間