Returns the application name.

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

Syntax

C#
public static string ProductName { get; }

Field Value

The product name.

Remarks

When application name is not specified in the application (ProductName), returns "GenericApplication".

See Also