NotificationEventArgsUser Property |
If not null this is the user that should receive the notification.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string User { get; }
Public ReadOnly Property User As String
Get
public:
property String^ User {
String^ get ();
}
member User : string with get
Property Value
Type:
String
See Also