Microsoft.KnowledgeServices.Lync.XmppGatewayConfigurationLync XMPP Gateway Configuration

Microsoft.KnowledgeServices.Lync.XmppGatewayConfiguration (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc5cd8fff-75ec-e274-5c36-da6ac796c0a4

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.XmppGatewayConfiguration:
Identity  string  Identity Identity true 256  False 
ConnectionLimit  int  ConnectionLimit ConnectionLimit false 256   
DialbackPassphrase  string  DialbackPassphrase DialbackPassphrase false 256  False 
EnableLoggingAllMessageBodies  bool  EnableLoggingAllMessageBodies EnableLoggingAllMessageBodies false 256   
KeepAliveInterval  int  KeepAliveInterval KeepAliveInterval false 256   
PartnerConnectionLimit  int  PartnerConnectionLimit PartnerConnectionLimit false 256   
StreamEstablishmentTimeout  int  StreamEstablishmentTimeout StreamEstablishmentTimeout false 256   
StreamInactivityTimeout  int  StreamInactivityTimeout StreamInactivityTimeout false 256   
SubscriptionRefreshInterval  int  SubscriptionRefreshInterval SubscriptionRefreshInterval false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.Lync.XmppGatewayConfiguration" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Identity" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConnectionLimit" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DialbackPassphrase" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="EnableLoggingAllMessageBodies" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="KeepAliveInterval" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PartnerConnectionLimit" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StreamEstablishmentTimeout" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StreamInactivityTimeout" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SubscriptionRefreshInterval" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>