 | 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)
Syntaxpublic string AppId { get; set; }Public Property AppId As String
Get
Set
public:
property String^ AppId {
String^ get ();
void set (String^ value);
}member AppId : string with 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