Microsoft.ServiceManager.Portal.ContactSettingsEnd-user portal contact IT settings

Microsoft.ServiceManager.Portal.ContactSettings (ClassType)

Contact IT settings for end-user portal

Element properties:

Base ClassSystem.GlobalSetting
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdabaf06a5-da99-d7d7-3145-40dba354522e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.ServiceManager.Portal.ContactSettings:
EmailAddress  string  E-mail address E-mail address false 256  False 
EmailResponseTimeInfo  string  E-mail response time E-mail response time false 256  False 
SupportPhone  string  Support phone Support phone false 256  False 
Fax  string  Fax number Fax number false 256  False 
ChatUrl  string  Chat URL Chat URL false 256  False 
ChatUrlName  string  Chat URL name Chat URL name false 256  False 
ChatResponseTimeInfo  string  Chat response time Chat response time false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ServiceManager.Portal.ContactSettings" Accessibility="Public" Base="AdminItem!System.GlobalSetting" Hosted="false" Abstract="false" Singleton="true">
<Property ID="EmailAddress" Type="string"/>
<Property ID="EmailResponseTimeInfo" Type="string"/>
<Property ID="SupportPhone" Type="string"/>
<Property ID="Fax" Type="string"/>
<Property ID="ChatUrl" Type="string"/>
<Property ID="ChatUrlName" Type="string"/>
<Property ID="ChatResponseTimeInfo" Type="string"/>
</ClassType>