NotificationIsRead Property |
Specifies whether the user has read the notification. If the system changes the notification after first reading, the flag is reset to unread again. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Communities
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsRead { get; set; }
Public Property IsRead As Boolean
Get
Set
public:
property bool IsRead {
bool get ();
void set (bool value);
}
member IsRead : bool with get, set
Property Value
Type:
Boolean
See Also