AutoMapper issue

Trying to automap some objects.
Source objects has properties with _ before name, destination objects – have not.
Is it possible to implement ONE map creation, that automapper would map all _properties to properties
for all source types.