Microsoft.BizTalk.Server.2010.BizTalkInstallationBizTalk Installation

Microsoft.BizTalk.Server.2010.BizTalkInstallation (ClassType)

This class represents BizTalk Server installation. The class instances are discovered on all computers where BizTalk Server is installed.

Knowledge Base article:

Summary

This class represents BizTalk Server installation. The class instances are discovered on all computers where BizTalk Server is installed.

Element properties:

Base ClassMicrosoft.Windows.SoftwareInstallation
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde77f8c1c-af68-19dd-237e-c8fdf16861be

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.Server.2010.BizTalkInstallation:
ComputerName  string  Computer Name Full computer name true 256  False 
NetbiosComputerName  string  Netbios Computer Name NetBIOS computer name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2010.BizTalkInstallation" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.SoftwareInstallation" Hosted="true" Singleton="false">
<Property ID="ComputerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NetbiosComputerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>