NotificationSettingReceiveNotification Property |
True if the user should receive internal notification. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Communities
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ReceiveNotification { get; set; }
Public Property ReceiveNotification As Boolean
Get
Set
public:
property bool ReceiveNotification {
bool get ();
void set (bool value);
}
member ReceiveNotification : bool with get, set
Property Value
Type:
Boolean
See Also