Is there anyway to specify access to a property only from within itself (Friend) and also only from AnotherDll.dll?

I would rather not have the property public, as it should not be used by all.

Thanks.