This is an assembly attribute. The VS development environment sets it in the AssemblyInfo.cs (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.')]
Share with