  | 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
SyntaxIEnumerable<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: 
IEnumerableINotificationRelay
See Also