Skip to main content
.NET 6.0+

CustomCheckCompatibilityEventArgs.ApplicationName Property

Specifies the application’s name.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ApplicationName { get; }

Property Value

Type Description
String

A string value that represents the application’s name.

See Also