 | DefaultNotificationServiceRelays Property |
Gets the notification relays available (SMS, EMAIL, etc.)
Namespace: SanteDB.Core.NotificationsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IEnumerable<INotificationRelay> Relays { get; }Public ReadOnly Property Relays As IEnumerable(Of INotificationRelay)
Get
public:
virtual property IEnumerable<INotificationRelay^>^ Relays {
IEnumerable<INotificationRelay^>^ get () sealed;
}abstract Relays : IEnumerable<INotificationRelay> with get
override Relays : IEnumerable<INotificationRelay> with get
Property Value
IEnumerableINotificationRelayImplements
INotificationServiceRelays
See Also