Hi,
I'm working on my IExtenderProvider - it adds a property which I expect
to normally bind to the app.config file.
I can't find how to add the RecommendedAsConfigurableAttribute to it.
I tried adding it on the GetXXX method (where other attributes such as
CategoryAttribute seem to fit), but I get a message that says that
RecommendedAsConfigurableAttribute only goes with properties.
Is there some other way of doing this, without
RecommendedAsConfigurableAttribute ?
Uri Dor - 03 May 2005 10:39 GMT
anyone? Microsoft? I thought Microsoft promised to answer within 48
hours (I have MSDN Universal)
> Hi,
> I'm working on my IExtenderProvider - it adds a property which I expect
[quoted text clipped - 6 lines]
> Is there some other way of doing this, without
> RecommendedAsConfigurableAttribute ?