  | EmailNotificationRelayScheme Property  | 
 
            The scheme of the relay
            
 
    Namespace: 
   SanteDB.Core.Notifications.Email
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntaxpublic string Scheme { get; }Public ReadOnly Property Scheme As String
	Get
public:
virtual property String^ Scheme {
	String^ get () sealed;
}abstract Scheme : string with get
override Scheme : string with get
Property Value
Type: 
StringImplements
INotificationRelayScheme
See Also