In WSS 3.0, there's an option under "Advanced Settings" for a List as follows:
Search
Specify whether this list should be visible in search results. Users who do not have permission to see these items will not see them in search results, no matter what this setting is.
Every option on the advanced settings has an SPList property that corresponds to it (EnableAttachments, WriteSecurity, AllowContentTypes...) except for this property. And this property happens to be the one I want to enable on deployment. The SDK has proven unusually fruitless in trying to figure this out.
Is it possible to enable this "do not show items in this list on search" property programmatically, and if so, how?