Microsoft.KnowledgeServices.Lync.2010.SIPResponseCodeLync SIP Response code translation rule Info

Microsoft.KnowledgeServices.Lync.2010.SIPResponseCode (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId35178e06-5a63-2098-267e-2e953435911f

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 monitoring object. false 256  False 
Microsoft.KnowledgeServices.Lync.2010.SIPResponseCode:
Name  string  Name Name true 256  False 
ReceivedResponseCode  int  ReceivedResponseCode ReceivedResponseCode false 256   
ReceivedISUPCauseCode  int  ReceivedISUPCauseCode ReceivedISUPCauseCode false 256   
TranslatedResponseCode  int  TranslatedResponseCode TranslatedResponseCode false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.Lync.2010.SIPResponseCode" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReceivedResponseCode" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReceivedISUPCauseCode" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TranslatedResponseCode" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>