PerformanceMeasurementArgsApplicationName Property |
Gets the name of the application.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string ApplicationName { get; }
Public ReadOnly Property ApplicationName As String
Get
public:
property String^ ApplicationName {
String^ get ();
}
member ApplicationName : string with get
Property Value
Type:
String
The name of the application.
See Also