Retrieves or assigns a value indicating whether or not permission to call unmanaged code is declared.
[Visual Basic] Public Property UnmanagedCode As Boolean [C#] public bool UnmanagedCode {get; set;} [C++] public: __property bool get_UnmanagedCode(); public: __property void set_UnmanagedCode(bool); [JScript] public function get UnmanagedCode() : Boolean; public function set UnmanagedCode(Boolean);
True when permission to call unmanaged code is being declared.
SecurityPermissionAttribute Class | SecurityPermissionAttribute Members | System.Security.Permissions Namespace