Tip
Value of this property is used for window titles e.g. in ShowAlert(String).
Localized short title of the application like SMath Solver Enterprise which is formatted from AppInfo using CurrentLanguage and ShortTitle.
public string AppShortTitle { get; }
Public ReadOnly Property AppShortTitle As String
Get
public:
virtual property String^ AppShortTitle {
String^ get () sealed;
}
abstract AppShortTitle : string with get
override AppShortTitle : string with get