Annotates the application class with a unique, human-friendly name.

Syntax
C# | Visual Basic | Managed C++ |
public ApplicationAttribute (
string applicationName
)
Public Sub New ( _
applicationName As String _
)
public:
ApplicationAttribute (
String^ applicationName
)

Parameters
- applicationName (String)
- The name of the application.
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0