 | ToastRequestToastBody Property |
[This is preliminary documentation and is subject to change.]
Toast body (required for toast)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic string ToastBody { get; set; }Public Property ToastBody As String
Get
Set
public:
property String^ ToastBody {
String^ get ();
void set (String^ value);
}member ToastBody : string with get, set
Property Value
Type:
String
See Also