2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System.Security.Policy / NetCodeGroup.cs
index 6c9d1162aa67c78863ef45d47e881d69a27c0198..d507be0efdc152e5a0ff2191f275971aef6e6b66 100644 (file)
@@ -30,6 +30,7 @@
 
 using System.Collections;
 using System.Globalization;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Policy {
 
@@ -77,6 +78,7 @@ namespace System.Security.Policy {
                }
 
 #if NET_2_0
+               [ComVisible (false)]
                public CodeGroupGrantScope Scope {
                        get { return _scope; }
                        set { _scope = value; }