Click or drag to resize

ToastRequestAppId Property

[This is preliminary documentation and is subject to change.]

AppUserModelID of application (required)

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public string AppId { get; set; }

Property Value

Type: String
Remarks
An AppUserModelID must be in the following form: CompanyName.ProductName.SubProduct.VersionInformation It can have no more than 128 characters and cannot contain spaces. Each section should be camel-cased. CompanyName and ProductName should always be used, while SubProduct and VersionInformation are optional.
See Also