2008-01-12 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Contexts / ContextProperty.cs
index 7f98ae9f91b5376cabf4871a5ab75dde833049d0..c34eff84ee71faa1c1c26198d48952453aa373be 100644 (file)
@@ -33,6 +33,9 @@ using System;
 
 namespace System.Runtime.Remoting.Contexts {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public class ContextProperty
        {
                string name;