System.Notification.SIPConfigurationSource立即訊息通知設定

System.Notification.SIPConfigurationSource (ClassType)

立即訊息通道 (SIP) 的通知設定

Element properties:

Base ClassSystem.Notification.ConfigurationSource
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId440b6e84-a29b-d18b-d63f-4901b4a873ee

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) 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.SIPConfigurationSource:
Name  string  名稱 名稱 true 256      False 
Server  string  伺服器 伺服器 false 256      False 
PortNumber  int  連接埠號碼 連接埠號碼 false 256  65535   
Authentication  string  驗證 驗證 false 256      False 
Protocol  string  通訊協定 通訊協定 false 256      False 

Health Model:

Source Code:

<ClassType ID="System.Notification.SIPConfigurationSource" 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="Protocol" Type="string" Required="true"/>
</ClassType>