Class NotificationMethodSettingsElement
Inheritance
System.Object
System.Configuration.ConfigurationElement
Namespace: Umbraco.Core.Configuration.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public class NotificationMethodSettingsElement : ConfigurationElement, INotificationMethodSettings
Properties
View SourceKey
Declaration
[ConfigurationProperty("key", IsKey = true, IsRequired = true)]
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
[ConfigurationProperty("value", IsRequired = true)]
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |