| DefaultNotificationServiceRelays Property |
Get all relays
Namespace:
SanteDB.Core.Notifications
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public 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
Type:
IEnumerableINotificationRelayImplements
INotificationServiceRelaysSee Also