Gets or sets the name of the currently running application.
Namespace:
MySql.Web.Profile
Assembly:
MySql.Web (in MySql.Web.dll) Version: 6.2.2.0
Syntax
C# |
---|
public override string ApplicationName { get; set; } |
Visual Basic (Declaration) |
---|
Public Overrides Property ApplicationName As String |
Visual C++ |
---|
public:
virtual property String^ ApplicationName {
String^ get () override;
void set (String^ value) override;
} |
Field Value
Return Value
A
String that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.
See Also