Skip to main content
A newer version of this page is available. .

NotificationService.ApplicationId Property

Gets or sets the application id. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public string ApplicationId { get; set; }

Property Value

Type Description
String

A System.String value specifying the application id.

Default value is null

Remarks

This id should be specified in the application shortcut located in the “%APPDATA%\Roaming\Microsoft\Windows\Start Menu\Programs” directory. Use the DevExpress.Data.ShellHelper class to create a shortcut with the required application id.

DevExpress.Data.ShellHelper.TryCreateShortcut([application id], [application name]);

More information on Application Model IDs is available on MSDN.

See Also