| INotificationServiceRelays Property |
Gets the notification relays available (SMS, EMAIL, etc.)
Namespace:
SanteDB.Core.Notifications
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax IEnumerable<INotificationRelay> Relays { get; }
ReadOnly Property Relays As IEnumerable(Of INotificationRelay)
Get
property IEnumerable<INotificationRelay^>^ Relays {
IEnumerable<INotificationRelay^>^ get ();
}
abstract Relays : IEnumerable<INotificationRelay> with get
Property Value
Type:
IEnumerableINotificationRelaySee Also