NotificationEventArgsData Property |
Gets the notification data. Can be a plain text message or some encoded data.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string Data { get; }
Public ReadOnly Property Data As String
Get
public:
property String^ Data {
String^ get ();
}
member Data : string with get
Property Value
Type:
String
The message.
See Also