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