In the following property definition: [C#] [ComVisible(true)] public string HelpNamespace {get; set;} I suppose that [ComVisible(true)] refers to the Windows COM. Does this affect in any way how I would do the stubb for this property? I suppose not, but I want to check. Thanks, Daniel.