Microsoft.Exchange.15.Custom.BackupHostMicrosoft.Exchange.15.Custom.BackupHost (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId596c77cf-bb5e-9f2e-c132-ef0750c2791e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.Exchange.15.Custom.BackupHost:
Name  string      true 512  False     
Datapath  string      false 512  False     
Edition  string      false 512  False     
IsHubTransportServer  string      false 512  False     
IsClientAccessServer  bool      false 256       
IsMailboxServer  bool      false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.Custom.BackupHost" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false" Extension="false">
<Property ID="Name" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="512" MinLength="1" Required="false" Scale="0"/>
<Property ID="Datapath" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="512" MinLength="1" Required="false" Scale="0"/>
<Property ID="Edition" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="512" MinLength="1" Required="false" Scale="0"/>
<Property ID="IsHubTransportServer" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="512" MinLength="1" Required="false" Scale="0"/>
<Property ID="IsClientAccessServer" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="IsMailboxServer" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>