Gets the name of the producer (company) of the current application.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static string CompanyName { get; }

Field Value

The name of the company.

Remarks

When company name is not specified in the application (CompanyName), returns "GenericCompany".

See Also