System.Notification.SMTPConfigurationSource電子メール通知の構成

System.Notification.SMTPConfigurationSource (ClassType)

電子メール (SMTP) チャネルの構成情報

Element properties:

Base ClassSystem.Notification.ConfigurationSource
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd928b34e-7b52-2a2a-d100-74cb58eb365a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000      False 
System.Notification.ConfigurationSource:
IsEnabled  bool  有効 有効 false 256       
System.Notification.SMTPConfigurationSource:
Name  string  名前 名前 true 256      False 
Server  string  サーバー サーバー false 256      False 
PortNumber  int  ポート番号 ポート番号 false 256  65535   
Authentication  string  認証 認証 false 256      False 
SequenceNumber  int  シーケンス番号 シーケンス番号 false 256  2147483647   

Health Model:

Source Code:

<ClassType ID="System.Notification.SMTPConfigurationSource" Accessibility="Public" Base="System.Notification.ConfigurationSource" Hosted="false" Abstract="false">
<Property ID="Name" Type="string" Required="true" Key="true"/>
<Property ID="Server" Type="string" Required="true"/>
<Property ID="PortNumber" Type="int" MinValue="1" MaxValue="65535" Required="true"/>
<Property ID="Authentication" Type="string" Required="true"/>
<Property ID="SequenceNumber" Type="int" MinValue="0" Required="true"/>
</ClassType>