System.Notification.SIPConfigurationSourceKonfigurasjon av varsling for direktemeldinger

System.Notification.SIPConfigurationSource (ClassType)

Konfigurasjon av kanalen for direktemeldingskanalen (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 (NOR) Description (NOR) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Visningsnavn Visningsnavnet til objektet. false 4000      False 
System.Notification.ConfigurationSource:
IsEnabled  bool  Er aktivert Er aktivert false 256       
System.Notification.SIPConfigurationSource:
Name  string  Navn Navn true 256      False 
Server  string  Server Server false 256      False 
PortNumber  int  Portnummer Portnummer false 256  65535   
Authentication  string  Godkjenning Godkjenning false 256      False 
Protocol  string  Protokoll Protokoll 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>