|
MessageTemplateBody Property |
Body of the Message
Namespace: DrawerBackup.Native.NotificationsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string Body { get; set; }
Public Property Body As String
Get
Set
public:
property String^ Body {
String^ get ();
void set (String^ value);
}
member Body : string with get, set
Property Value
Type:
String
See Also