Microsoft.Exchange.ServiceComponent.RoutingGroupExchange Routing Group

Microsoft.Exchange.ServiceComponent.RoutingGroup (ClassType)

All instances of an Exchange 2003 version of an Exchange Routing Group

Element properties:

Base ClassMicrosoft.Exchange.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6cc95cc0-85c2-10a3-845a-0ff767164cbe

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.Exchange.ServiceComponent.RoutingGroup:
RoutingGroup  string  Routing Group true 255  False 
AdminGroup  string  Admin Group false 255  False 
Organization  string  Organization false 255  False 
DisplayName  string  Display Name false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.ServiceComponent.RoutingGroup" Accessibility="Public" Abstract="false" Base="Microsoft.Exchange.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="RoutingGroup" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AdminGroup" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Organization" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DisplayName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>