I don\'t even know if it\'s called an alias, but let me continue anyway.
You know how the System.String type in C# is sorta \"aliased\" with \"string\"? In Visual S
You can add a using directive at the top of your file:
using
using Rppr = MyProjectNs.RelocatedPlantProductReleaseItem;
But it (only) works per file, not for a Project.