This is an assembly attribute. The Visual Studio development environment sets it in the AssemblyInfo.cs (or .vb) file. If you open that file, you will see a block of assembly attributes that you can set, including company and version numbers.
[assembly: AssemblyCompany( "Syncfusion, Inc." )]
Contributed from George Shepherd's Windows Forms FAQ