Interface INotificationUser
Define the properties and members for a notification user.
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface INotificationUserProperties
DisplayName
Gets the display name.
Declaration
string DisplayName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
UserName
Gets the name of user.
Declaration
string UserName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
