EnterpriseOneTransactionCommunitiesObjectsNotifications Property |
Gets a typed query for the Communities.Notification entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<Notification, NotificationsRepository> Notifications { get; }
Public ReadOnly Property Notifications As TransactionQuery(Of Notification, NotificationsRepository)
Get
public:
property TransactionQuery<Notification^, NotificationsRepository^>^ Notifications {
TransactionQuery<Notification^, NotificationsRepository^>^ get ();
}
member Notifications : TransactionQuery<Notification, NotificationsRepository> with get
Property Value
Type:
TransactionQueryNotification,
NotificationsRepository
See Also