Microsoft.BizTalk.Library.BizTalkServer.BaseClassBizTalk Server

Microsoft.BizTalk.Library.BizTalkServer.BaseClass (ClassType)

This is the Server Role that indicates that BizTalk Server is installed on a machine.

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc881c0b1-07a8-93bf-1e21-35479fff6606

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.BizTalk.Library.BizTalkServer.BaseClass:
ProductEdition  string  Product Edition Product Edition false 256  False 
ProductLanguage  string  Product Language Product Language false 256  False 
ProductName  string  Product Name Product Name false 256  False 
ProductVersion  string  Product Version Product Version false 256  False 
InstallDate  string  Install Date Install Date false 256  False 
InstallPath  string  Install Path Install Path false 256  False 
InstallTime  string  Install Time Install Time false 256  False 
BizTalkAdminNTGroup  string  BizTalk Admin NT Group BizTalk Admin NT Group false 256  False 
BizTalkGroupName  string  BizTalk Group Name BizTalk Group Name false 256  False 
MgmtDBName  string  Management DataBase Name Management DataBase Name false 256  False 
MgmtDBServer  string  Management DataBase Server Management DataBase Server false 256  False 
SQLScriptPath  string  SQL Script Path SQL Script Path false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.BizTalkServer.BaseClass" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false" Base="Windows!Microsoft.Windows.LocalApplication">
<Property Type="string" ID="ProductEdition"/>
<Property Type="string" ID="ProductLanguage"/>
<Property Type="string" ID="ProductName"/>
<Property Type="string" ID="ProductVersion"/>
<Property Type="string" ID="InstallDate"/>
<Property Type="string" ID="InstallPath"/>
<Property Type="string" ID="InstallTime"/>
<Property Type="string" ID="BizTalkAdminNTGroup"/>
<Property Type="string" ID="BizTalkGroupName"/>
<Property Type="string" ID="MgmtDBName"/>
<Property Type="string" ID="MgmtDBServer"/>
<Property Type="string" ID="SQLScriptPath"/>
</ClassType>