NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityPermissionAttribute.UnmanagedCode

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);

Property Value

True when permission to call unmanaged code is being declared.

See Also

SecurityPermissionAttribute Class | SecurityPermissionAttribute Members | System.Security.Permissions Namespace